Skip to content

Commit

Permalink
Configure flake8 to exclude pycache, venv, dist, ...
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgruter committed Nov 5, 2023
1 parent 5eff7e3 commit 9fc6904
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ line-length = 88

[tool.flake8]
max-line-length = 88
exclude =
.git,
.venv,
__pycache__,
.pytest_cache,
dist

[tool.isort]
profile = "black"
Expand Down

0 comments on commit 9fc6904

Please sign in to comment.