We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f28f2 commit e9f9039Copy full SHA for e9f9039
1 file changed
pyproject.toml
@@ -48,8 +48,6 @@ ignore = [
48
"D100", "D101", "D102", "D103", "D104", "D105", "D106", "D107",
49
# don't require trailing commas everywhere (incompatible with `ruff format`)
50
"COM812",
51
- # deprecated rules
52
- "UP038",
53
# string formatting in exception messages and logging
54
"EM101", "EM102", "TRY003", "G004",
55
# require TYPE_CHECKING blocks for typing-only imports
0 commit comments