We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9b8667 commit f5152beCopy full SHA for f5152be
1 file changed
pyproject.toml
@@ -148,6 +148,7 @@ ignore = [
148
"D213", # Conflicts with other rules
149
"D417", # False positives in some occasions
150
"PLR2004", # Just annoying, not really useful
151
+ "UP046", # Generic subclass style kept for mashumaro compatibility
152
153
# Conflicts with the Ruff formatter
154
"COM812",
0 commit comments