From 77dc0418237245245d8a1190f93f4cabcc225319 Mon Sep 17 00:00:00 2001 From: Vaaaaa Date: Tue, 20 Mar 2018 05:50:53 +0000 Subject: [PATCH] Adding additional pre hooks --- .pre-commit-config.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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