Skip to content

Commit

Permalink
setup.cfg: exclude venv dir for flake8
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Oct 2, 2024
1 parent c1acc10 commit e3931b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ doc =
[flake8]
show-source = True
ignore = E203, E266, E501, W503, W504
exclude = .git, .tox, dist, doc, *egg, build
exclude = .git, .tox, dist, doc, *egg, build, venv

[mypy]
ignore_missing_imports = True
Expand Down

0 comments on commit e3931b2

Please sign in to comment.