Extend ruff excludes to .venv

This commit is contained in:
Matthias
2023-08-16 13:16:23 +02:00
parent 6134807c67
commit 91fd472717

View File

@@ -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