Skip to content

Commit 6a9cb4a

Browse files
Ignore ruff/pyupgrade rule UP031 for now
UP031 Use format specifiers instead of percent format
1 parent 4ec4bb7 commit 6a9cb4a

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)