File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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]
Original file line number Diff line number Diff line change 99class 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 """
You can’t perform that action at this time.
0 commit comments