Skip to content

Commit 59a0b37

Browse files
authored
fix: remove check-docstring-first pre-commit check (#1531)
This check gives false positives on attribute docstrings with warnings such as: - "Multiple module docstrings (first docstring on line N)", or - "Module docstring appears after code (code seen on line N)" For details, see: pre-commit/pre-commit-hooks#159
1 parent 818cd15 commit 59a0b37

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ repos:
2323
hooks:
2424
- id: trailing-whitespace
2525
- id: end-of-file-fixer
26-
- id: check-docstring-first
2726
- id: debug-statements
2827
- id: check-yaml
2928
- id: check-ast

0 commit comments

Comments
 (0)