Skip to content

Commit 0cbccef

Browse files
committed
Update pyproject.toml
Temporarily ignore UP031 pending merge of #73
1 parent 953e376 commit 0cbccef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,6 @@ ignore = [
145145
"E501",
146146
# Ignore McCabe complexity (for now).
147147
"C901",
148+
# Ignore percent format -> format specifier rule for now (pending merge of #73 which resolves them)
149+
"UP031",
148150
]

0 commit comments

Comments
 (0)