Skip to content

Commit ea57aae

Browse files
authored
Exclude venv and .git directories from flake8 checks (#459)
1 parent 8f53edf commit ea57aae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
max-line-length = 120
33
exclude =
44
3rdparty
5+
venv
6+
.git

0 commit comments

Comments
 (0)