Skip to content

Commit

Permalink
STY: Apply ruff/pyupgrade rule UP031
Browse files Browse the repository at this point in the history
UP031 Use format specifiers instead of percent format
  • Loading branch information
DimitriPapadopoulos committed Jan 14, 2025
1 parent 5aca3f2 commit 71d2d98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ ignore = [
[tool.ruff.lint.per-file-ignores]
"__init__.py" = ["F401"]
"doc/source/conf.py" = ["F401"]
"nibabel/benchmarks/*.py" = ["UP031"]

[tool.ruff.format]
quote-style = "single"
Expand Down

0 comments on commit 71d2d98

Please sign in to comment.