Skip to content

Commit

Permalink
Update flake8 config
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Feb 4, 2024
1 parent 253234d commit 5cde3dd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,10 @@ ignore =
S403 # pickle
S404
S603
W503 # Line break before binary operator (flake8 is wrong)
E203 # whitespace before ':'
S113 # Requests call without timeout
W503 # Line break before binary operator (conflicts with black)
E704 # Multiple statements on one line (conflicts with black)
E203 # whitespace before ':' (conflicts with black)
S113 # Requests call without timeout
exclude =
.tox,
.git,
Expand Down

0 comments on commit 5cde3dd

Please sign in to comment.