Skip to content

Commit

Permalink
removed extend-ignore list from pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
raffaellasuardini committed Feb 1, 2024
1 parent 443f67b commit 0545eb9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,3 @@ select=[
"PLW", # pylint warning
"UP", # pyupgrade
]

extend-ignore = [
# TODO fix separately
"E501", # line too long
"I001", # import block unsorted
"C408", # unnecessary dict call
]

0 comments on commit 0545eb9

Please sign in to comment.