We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 953e376 commit 0cbccefCopy full SHA for 0cbccef
1 file changed
pyproject.toml
@@ -145,4 +145,6 @@ ignore = [
145
"E501",
146
# Ignore McCabe complexity (for now).
147
"C901",
148
+ # Ignore percent format -> format specifier rule for now (pending merge of #73 which resolves them)
149
+ "UP031",
150
]
0 commit comments