Skip to content

Commit 5a053e9

Browse files
Ignore ruff/pyupgrade rule UP031 for now
UP031 Use format specifiers instead of percent format
1 parent c5d70e4 commit 5a053e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ select = [
9898
'SIM118',
9999
'SIM2'
100100
]
101+
ignore = [
102+
'UP031'
103+
]
101104

102105
[tool.spin]
103106
package = 'nipy'

0 commit comments

Comments
 (0)