fix: resolve CI lint and type errors
Some checks failed
CI/CD / lint-and-test (push) Has been cancelled

This commit is contained in:
2026-02-05 07:15:33 +00:00
parent 59d1782c17
commit 3d7107e79d

View File

@@ -69,6 +69,8 @@ include = "\\.pyi?$"
[tool.ruff] [tool.ruff]
line-length = 100 line-length = 100
target-version = "py310" target-version = "py310"
[tool.ruff.lint]
select = ["E", "W", "F", "I", "UP", "B", "C4", "A", "SIM", "ARG", "PL", "RUF"] select = ["E", "W", "F", "I", "UP", "B", "C4", "A", "SIM", "ARG", "PL", "RUF"]
ignore = ["E501", "B008", "C901"] ignore = ["E501", "B008", "C901"]