chore(lint): remove comment about test ignores

This commit is contained in:
Jianqi Pan 2025-02-21 22:36:15 +09:00
parent e39c4e9799
commit 3e02bbbba5

View File

@ -38,7 +38,6 @@ ignore = [
[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
]