Skip to content

Commit

Permalink
Exclude .venv from flake8 (#958)
Browse files Browse the repository at this point in the history
Virtual environment directories are often named `.venv` by convention.
  • Loading branch information
jparise committed Oct 4, 2022
1 parent 5f908e6 commit 40b16ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[flake8]
ignore = E402,E731,W503,W504,E252
exclude = .git,__pycache__,build,dist,.eggs,.github,.local
exclude = .git,__pycache__,build,dist,.eggs,.github,.local,.venv

0 comments on commit 40b16ea

Please sign in to comment.