refactor(tagger): remove unused script && update lint config && optimize imports && fix test cases
This commit is contained in:
@@ -36,6 +36,12 @@ ignore = [
|
||||
"N812",
|
||||
]
|
||||
|
||||
[tool.ruff.lint.extend-per-file-ignores]
|
||||
"tests/**/*.py" = [
|
||||
# at least this three should be fine in tests:
|
||||
"S101", # asserts allowed in tests
|
||||
"PLR2004", # Magic value used in comparison
|
||||
]
|
||||
[tool.pyright]
|
||||
|
||||
[tool.uv]
|
||||
|
||||
Reference in New Issue
Block a user