Extend ruff excludes to .venv
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ ignore = ["freqtrade/vendor/**"]
|
|||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
line-length = 100
|
line-length = 100
|
||||||
extend-exclude = [".env"]
|
extend-exclude = [".env", ".venv"]
|
||||||
target-version = "py38"
|
target-version = "py38"
|
||||||
extend-select = [
|
extend-select = [
|
||||||
"C90", # mccabe
|
"C90", # mccabe
|
||||||
|
|||||||
Reference in New Issue
Block a user