diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1bc3924e..89a0ebf3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,6 +6,8 @@ - id: autopep8-wrapper - id: check-docstring-first - id: debug-statements + - id: check-ast + - id: check-symlinks - id: name-tests-test exclude: tests/util - id: flake8 @@ -15,4 +17,4 @@ sha: v0.3.5 hooks: - id: reorder-python-imports - language_version: python3.6 + language_version: python3.6 \ No newline at end of file