Skip to content

Commit

Permalink
Extend ruff excludes to .venv
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Aug 16, 2023
1 parent 6134807 commit 91fd472
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 @@ -63,7 +63,7 @@ ignore = ["freqtrade/vendor/**"]

[tool.ruff]
line-length = 100
extend-exclude = [".env"]
extend-exclude = [".env", ".venv"]
target-version = "py38"
extend-select = [
"C90", # mccabe
Expand Down

0 comments on commit 91fd472

Please sign in to comment.