Fix lint errors

This commit is contained in:
2026-02-20 04:59:56 +00:00
parent bcdc41ecd5
commit 58393a538e
19 changed files with 442 additions and 321 deletions

View File

@@ -41,4 +41,4 @@ dev = [
[tool.ruff.lint]
select = ['ALL']
ignore = []
ignore = ['D203', 'D213']