ruff does not check tests anymore

This commit is contained in:
Mose Müller 2023-12-06 09:16:02 +01:00
parent e3367efda1
commit f70ac05df6

View File

@ -82,7 +82,7 @@ ignore = [
"PERF203", # try-except-in-loop
]
extend-exclude = [
"docs", "frontend"
"docs", "frontend", "tests"
]
[tool.ruff.lint.mccabe]