diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3ac32eb92..e0368ebcb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,8 @@ - id: check-ast - id: check-byte-order-marker - id: check-case-conflict - - id: check-docstring-first + # disabled due to pre-commit/pre-commit-hooks#159 + #- id: check-docstring-first - id: check-json - id: pretty-format-json - id: check-symlinks