mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-02-13 05:48:40 +01:00
ruff does not check tests anymore
This commit is contained in:
@@ -82,7 +82,7 @@ ignore = [
|
|||||||
"PERF203", # try-except-in-loop
|
"PERF203", # try-except-in-loop
|
||||||
]
|
]
|
||||||
extend-exclude = [
|
extend-exclude = [
|
||||||
"docs", "frontend"
|
"docs", "frontend", "tests"
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.ruff.lint.mccabe]
|
[tool.ruff.lint.mccabe]
|
||||||
|
|||||||
Reference in New Issue
Block a user