Skip to content

Commit

Permalink
remove unnecessary and invalid flake8 ignore rules
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Feb 5, 2023
1 parent 5a153fd commit 08240a7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,4 @@ skipsdist = True
max-line-length = 120

[flake8]
ignore =
F841 # local variable is assigned to but never used
E252 # missing whitespace around parameter equals
W504 # line break after binary operator
F821 # undefined name
max-line-length = 120

0 comments on commit 08240a7

Please sign in to comment.