Drop removed rule

This commit is contained in:
Hugo van Kemenade 2025-11-03 19:56:21 +02:00
parent 85d783fb52
commit 666dd52478

View File

@ -189,7 +189,6 @@ lint.ignore = [
"PT012", # pytest-raises-with-multiple-statements
"PT017", # pytest-assert-in-except
"PYI034", # flake8-pyi: typing.Self added in Python 3.11
"UP038", # pyupgrade: deprecated rule
]
lint.per-file-ignores."Tests/oss-fuzz/fuzz_font.py" = [
"I002",