We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b49d1 commit e7541abCopy full SHA for e7541ab
pyproject.toml
@@ -83,6 +83,7 @@ lint.extend-ignore = [
83
"B905", # Allow zip() without strict=
84
"E501", # Ignore line length violations
85
"SIM108", # Use ternary operator instead of if-else-block
86
+ "UP031", # It's not always wrong to use percent-formatting
87
]
88
lint.per-file-ignores."*/migrat*/*" = [
89
"N806", # Allow using PascalCase model names in migrations
0 commit comments