From 34896a7b323f1270bc05aedd999f5f6a39076ab4 Mon Sep 17 00:00:00 2001 From: "Brutus (robot)" Date: Mon, 27 Apr 2026 00:45:15 +0000 Subject: [PATCH] Bump docformatter from v1.7.7 to v1.7.8 --- .pre-commit-config.yaml | 2 +- pth-tester/setup.py | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1047ae5..c70f616 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/PyCQA/docformatter - rev: v1.7.7 + rev: v1.7.8 hooks: - id: docformatter args: [--in-place, --black] diff --git a/pth-tester/setup.py b/pth-tester/setup.py index 5ed74c5..585bc71 100644 --- a/pth-tester/setup.py +++ b/pth-tester/setup.py @@ -9,10 +9,10 @@ class install_with_pth(install): """Custom install command to install a .pth file. - This hack is necessary because there's no standard way to install behavior - on startup (and it's debatable if there should be one). This hack (ab)uses - the `extra_path` behavior in Setuptools to install a `.pth` file with - implicit behavior on startup. + This hack is necessary because there's no standard way to install behavior on + startup (and it's debatable if there should be one). This hack (ab)uses the + `extra_path` behavior in Setuptools to install a `.pth` file with implicit behavior + on startup. The original source strongly recommends against using this behavior. """