Skip to content

Commit cfb7706

Browse files
authored
Edit Pre-Push to include PyCharm environment folders (#227)
* Fix Guild ID check (from 1.2.2, deleted from 2.0.x) * Reduce logic calling in string, adjust pre_push.py Signed-off-by: DeltaXWizard <33706469+deltaxwizard@users.noreply.github.com> * Remove some spaces * fix logic again, thanks weird merge selection
1 parent a65ebf6 commit cfb7706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pre_push.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def run_static():
4444
success &= do_process(["black", "."])
4545
success &= do_process(["isort", "."])
4646
# Linters
47-
success &= do_process(["flake8", "--exclude=.eggs,build,docs,.venv*"])
47+
success &= do_process(["flake8", "--exclude=.eggs,build,docs,.venv*,env*"])
4848

4949
tmp_dir = mkdtemp()
5050
try:

0 commit comments

Comments
 (0)