Browse Source

tests: fix black checking on tests

Julen Landa Alustiza 5 years ago
parent
commit
4cf60ef052
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tests/test_style.py

+ 2 - 0
tests/test_style.py

@@ -84,6 +84,8 @@ class TestStyle(unittest.TestCase):
             "-l",
             "79",
             "--check",
+            "--exclude",
+            '"/(\.eggs|\.git|\.hg|\.mypy_cache|\.nox|\.tox|\.venv|_build|buck-out|build|dist)/"',
             REPO_PATH,
             TESTS_PATH,
         ]