Skip to content

Commit

Permalink
add .venv to flake8 ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
wakamex committed Apr 15, 2024
1 parent 797ed67 commit 804e224
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[flake8]
max-line-length = 100
exclude =
.venv
venv*
docs
build
Expand Down

0 comments on commit 804e224

Please sign in to comment.