We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d783f commit 666dd52Copy full SHA for 666dd52
pyproject.toml
@@ -189,7 +189,6 @@ lint.ignore = [
189
"PT012", # pytest-raises-with-multiple-statements
190
"PT017", # pytest-assert-in-except
191
"PYI034", # flake8-pyi: typing.Self added in Python 3.11
192
- "UP038", # pyupgrade: deprecated rule
193
]
194
lint.per-file-ignores."Tests/oss-fuzz/fuzz_font.py" = [
195
"I002",
0 commit comments