We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d7cfc9 commit dde215eCopy full SHA for dde215e
1 file changed
pyproject.toml
@@ -38,7 +38,6 @@ ignore = [
38
"E501", # line too long, handled by black
39
"B008", # do not perform function calls in argument defaults
40
"C901", # mccabe complexity
41
- "E999", # match statement is not yet supported
42
"W605", # ASCII art, verbatim text
43
]
44
0 commit comments