apply ruff linter

This commit is contained in:
Aiden Dai
2025-03-13 14:24:41 +08:00
parent 879b8e2ac7
commit fa14ae8c05
9 changed files with 26 additions and 28 deletions

View File

@@ -9,13 +9,11 @@ exclude = [
]
[lint]
select = ["E", "F"]
select = ["E", "F", "I"]
ignore = [
"E501",
"B008",
"C901",
"F401",
"W191",
]
[format]