Skip to content

Commit

Permalink
Removed unnecessary rule exemption
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Mar 14, 2023
1 parent 6aaf9c3 commit e3344b4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ select = [
"UP", # pyupgrade
"B0", # flake8-bugbear
]
ignore = [
"E501", # Line too long
]
target-version = "py37"
src = ["src"]

Expand Down

0 comments on commit e3344b4

Please sign in to comment.