mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
ruff UP031: use format specifiers instead of percent format
This commit is contained in:
parent
8fd94ea025
commit
3e81af966a
1 changed files with 0 additions and 1 deletions
|
|
@ -190,7 +190,6 @@ ignore = [
|
||||||
# either by removing them from the `select` or `extend-select` configuration,
|
# either by removing them from the `select` or `extend-select` configuration,
|
||||||
# or adding them to the `ignore` configuration."
|
# or adding them to the `ignore` configuration."
|
||||||
"ISC001", # single-line-implicit-string-concatenation
|
"ISC001", # single-line-implicit-string-concatenation
|
||||||
"UP031", # printf-string-formatting
|
|
||||||
# PERF203 has minimal performance impact, and you have to catch the exception
|
# PERF203 has minimal performance impact, and you have to catch the exception
|
||||||
# inside the loop if you want to ignore it, so let's ignore PERF203.
|
# inside the loop if you want to ignore it, so let's ignore PERF203.
|
||||||
"PERF203", # try-except-in-loop
|
"PERF203", # try-except-in-loop
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue