Skip to content

Commit 0cbccef

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)