Skip to content

Commit e7541ab

Browse files
committed
Ignore UP031 for now
1 parent 97b49d1 commit e7541ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ lint.extend-ignore = [
8383
"B905", # Allow zip() without strict=
8484
"E501", # Ignore line length violations
8585
"SIM108", # Use ternary operator instead of if-else-block
86+
"UP031", # It's not always wrong to use percent-formatting
8687
]
8788
lint.per-file-ignores."*/migrat*/*" = [
8889
"N806", # Allow using PascalCase model names in migrations

0 commit comments

Comments
 (0)