Skip to content

Commit

Permalink
feat: remove ignore E203 and E722
Browse files Browse the repository at this point in the history
  • Loading branch information
trgiangdo committed Dec 22, 2023
1 parent 163c53d commit a7ee934
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ select = [
"I001", # isort import order
]
ignore = [ # TODO: to be removed
"E203", # whitespace before ':'
"E722", # do not use bare except
"C401", # Unnecessary generator (rewrite as a `set` comprehension)
"C405", # Unnecessary list literal - rewrite as a literal
"C408", # Unnecessary dict call - rewrite as a literal
Expand Down

0 comments on commit a7ee934

Please sign in to comment.