Skip to content

Commit 71d2d98

Browse files
STY: Apply ruff/pyupgrade rule UP031
UP031 Use format specifiers instead of percent format
1 parent 5aca3f2 commit 71d2d98

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
@@ -183,6 +183,7 @@ ignore = [
183183
[tool.ruff.lint.per-file-ignores]
184184
"__init__.py" = ["F401"]
185185
"doc/source/conf.py" = ["F401"]
186+
"nibabel/benchmarks/*.py" = ["UP031"]
186187

187188
[tool.ruff.format]
188189
quote-style = "single"

0 commit comments

Comments
 (0)