Skip to content

Commit ef9e084

Browse files
committed
Disable check-docstring-first check
1 parent 1b06dcf commit ef9e084

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
- id: check-ast
1717
- id: check-byte-order-marker
1818
- id: check-case-conflict
19-
- id: check-docstring-first
19+
# disabled due to pre-commit/pre-commit-hooks#159
20+
#- id: check-docstring-first
2021
- id: check-json
2122
- id: pretty-format-json
2223
- id: check-symlinks

0 commit comments

Comments
 (0)