Skip to content

Commit 0399936

Browse files
authored
Ignore "Use format specifiers instead of percent format" ruff error
1 parent 85ccec6 commit 0399936

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
@@ -74,6 +74,7 @@ ignore = [
7474
"PLW0120", # remove the else and dedent its contents
7575
"PLW2901", # for loop variable overwritten by assignment target
7676
"PLR5501", # Use `elif` instead of `else` then `if`
77+
"UP031", # Use format specifiers instead of percent format
7778
]
7879

7980
[tool.ruff.lint.isort]

0 commit comments

Comments
 (0)