We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a65ebf6 commit cfb7706Copy full SHA for cfb7706
pre_push.py
@@ -44,7 +44,7 @@ def run_static():
44
success &= do_process(["black", "."])
45
success &= do_process(["isort", "."])
46
# Linters
47
- success &= do_process(["flake8", "--exclude=.eggs,build,docs,.venv*"])
+ success &= do_process(["flake8", "--exclude=.eggs,build,docs,.venv*,env*"])
48
49
tmp_dir = mkdtemp()
50
try:
0 commit comments