This commit is contained in:
2026-02-10 23:52:07 +00:00
parent 06759b3c12
commit 134b216f4c
2 changed files with 4 additions and 5 deletions
+1
View File
@@ -114,6 +114,7 @@ filterwarnings = [
]
[tool.ruff.lint]
extend-select = ["E402"]
isort.known-first-party = ["cista"]
per-file-ignores."tests/*" = ["S", "ANN", "D", "INP", "PLR2004"]
per-file-ignores."scripts/*" = ["T20"]