Skip to content

Commit bfbe5cb

Browse files
committed
Re-add some lint checks that were fixed upstream
1 parent 095ce5c commit bfbe5cb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ select = [
6565
flake8-comprehensions.allow-dict-calls-with-keyword-arguments = true
6666
ignore = [
6767
"E501", # line too long
68-
"E721", # type checks, currently broken
69-
"ISC001", # conflicts with ruff format
7068
"RET505", # Unnecessary `else` after `return` statement
7169
"RET506", # Unnecessary `else` after `raise` statement
7270
]

0 commit comments

Comments
 (0)