Skip to content

Commit

Permalink
fix: try to ignore .venv
Browse files Browse the repository at this point in the history
  • Loading branch information
DraftProducts committed Jul 30, 2024
1 parent 8021c52 commit 6b9af40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ asyncio_mode="auto"

[tool.flake8]
max-line-length = 120
exclude = [".venv"]
exclude = [".venv/*"]

[tool.isort]
profile = "black"

0 comments on commit 6b9af40

Please sign in to comment.