Skip to content

Commit

Permalink
Ignore venv in flake
Browse files Browse the repository at this point in the history
  • Loading branch information
Noam Nol authored and NoamNol committed Sep 12, 2024
1 parent a3bf740 commit dc8aa6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .flake8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[flake8]
exclude = .git,__pycache__,docs/conf.py,old,build,dist
exclude = .git,__pycache__,docs/conf.py,old,build,dist,.venv,.env
per-file-ignores =
# ignore "imported but unused" and "no newline at end of file"
__init__.py: F401,W292
__init__.py: F401,W292

0 comments on commit dc8aa6b

Please sign in to comment.