Skip to content

Commit 899ca5d

Browse files
authored
Bump docformatter from v1.7.7 to v1.7.8 (#177)
1 parent 8384844 commit 899ca5d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: end-of-file-fixer
1111
- id: trailing-whitespace
1212
- repo: https://github.com/PyCQA/docformatter
13-
rev: v1.7.7
13+
rev: v1.7.8
1414
hooks:
1515
- id: docformatter
1616
args: [--in-place, --black]

pth-tester/setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
class install_with_pth(install):
1010
"""Custom install command to install a .pth file.
1111
12-
This hack is necessary because there's no standard way to install behavior
13-
on startup (and it's debatable if there should be one). This hack (ab)uses
14-
the `extra_path` behavior in Setuptools to install a `.pth` file with
15-
implicit behavior on startup.
12+
This hack is necessary because there's no standard way to install behavior on
13+
startup (and it's debatable if there should be one). This hack (ab)uses the
14+
`extra_path` behavior in Setuptools to install a `.pth` file with implicit behavior
15+
on startup.
1616
1717
The original source strongly recommends against using this behavior.
1818
"""

0 commit comments

Comments
 (0)