Skip to content

Commit 8bb2fb4

Browse files
authored
Removed a stale comments and the docformatter definition.
1 parent 5e9eaf0 commit 8bb2fb4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ repos:
99
- id: end-of-file-fixer
1010
- id: trailing-whitespace
1111
- repo: https://github.com/PyCQA/isort
12-
# For split_on_trailing_comma. Should be in the release after 5.10.1
1312
rev: 5.12.0
1413
hooks:
1514
- id: isort
@@ -19,14 +18,6 @@ repos:
1918
hooks:
2019
- id: pyupgrade
2120
args: [--py36-plus]
22-
# Docformatter is RST-unaware, and may break markup by inserting or removing newlines
23-
# (see https://github.com/PyCQA/docformatter/issues/124 and linked issues). Until this
24-
# is fixed, it's not safe to run it automatically.
25-
# - repo: https://github.com/myint/docformatter
26-
# rev: v1.5.0
27-
# hooks:
28-
# - id: docformatter
29-
# args: [--in-place]
3021
- repo: https://github.com/psf/black
3122
rev: 23.1.0
3223
hooks:

0 commit comments

Comments
 (0)