Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
8 changes: 4 additions & 4 deletions pth-tester/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down