Skip to content

Commit e9f9039

Browse files
committed
Remove phased-out ruff rule from config
1 parent 22f28f2 commit e9f9039

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ ignore = [
4848
"D100", "D101", "D102", "D103", "D104", "D105", "D106", "D107",
4949
# don't require trailing commas everywhere (incompatible with `ruff format`)
5050
"COM812",
51-
# deprecated rules
52-
"UP038",
5351
# string formatting in exception messages and logging
5452
"EM101", "EM102", "TRY003", "G004",
5553
# require TYPE_CHECKING blocks for typing-only imports

0 commit comments

Comments
 (0)