Fix lint errors

This commit is contained in:
2026-02-20 04:59:56 +00:00
committed by Anibal Angulo
parent 52a674959c
commit faf1f13049
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']