Skip to content

Commit 29f4f89

Browse files
committed
Ignore unnecessary-default-type-args
1 parent 4118316 commit 29f4f89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,8 @@ ignore = [
334334
"RUF012",
335335
# type-comparison
336336
"E721",
337+
# unnecessary-default-type-args
338+
"UP043",
337339

338340
# Additional pylint rules
339341
# literal-membership

0 commit comments

Comments
 (0)