diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7020118..ae10332 100755 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,6 +6,8 @@ repos: - id: end-of-file-fixer - id: check-yaml - id: check-added-large-files + - id: check-docstring-first + - id: debug-statements - repo: https://github.com/fsouza/autoflake8 rev: v0.4.0 hooks: