Преглед изворни кода

Fix pre-commit config

Signed-off-by: Joffrey F <[email protected]>
Joffrey F пре 9 година
родитељ
комит
bf8e501b5e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .pre-commit-config.yaml

+ 1 - 1
.pre-commit-config.yaml

@@ -10,7 +10,7 @@
     - id: end-of-file-fixer
     - id: flake8
     - id: name-tests-test
-      exclude: 'tests/(helpers\.py|integration/testcases\.py)'
+      exclude: 'tests/(integration/testcases\.py)|(helpers\.py)'
     - id: requirements-txt-fixer
     - id: trailing-whitespace
 - repo: git://github.com/asottile/reorder_python_imports