We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 095ce5c commit bfbe5cbCopy full SHA for bfbe5cb
1 file changed
pyproject.toml
@@ -65,8 +65,6 @@ select = [
65
flake8-comprehensions.allow-dict-calls-with-keyword-arguments = true
66
ignore = [
67
"E501", # line too long
68
- "E721", # type checks, currently broken
69
- "ISC001", # conflicts with ruff format
70
"RET505", # Unnecessary `else` after `return` statement
71
"RET506", # Unnecessary `else` after `raise` statement
72
]
0 commit comments