Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
Disable check-docstring-first check
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Dec 23, 2016
1 parent 1b06dcf commit ef9e084
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Expand Up @@ -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
Expand Down

0 comments on commit ef9e084

Please sign in to comment.