Skip to content

Commit f5152be

Browse files
committed
⬆️ Add pylint ignore rule for UP046 to maintain mashumaro compatibility
1 parent d9b8667 commit f5152be

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ ignore = [
148148
"D213", # Conflicts with other rules
149149
"D417", # False positives in some occasions
150150
"PLR2004", # Just annoying, not really useful
151+
"UP046", # Generic subclass style kept for mashumaro compatibility
151152

152153
# Conflicts with the Ruff formatter
153154
"COM812",

0 commit comments

Comments
 (0)