This commit is contained in:
2026-02-20 04:38:32 +00:00
parent 14ed21a1f9
commit bcdc41ecd5
20 changed files with 309 additions and 283 deletions

View File

@@ -38,3 +38,7 @@ dev = [
"ruff>=0.15.1",
"ty>=0.0.17",
]
[tool.ruff.lint]
select = ['ALL']
ignore = []