Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
ignore flake8 errors that conflict with black
Browse files Browse the repository at this point in the history
  • Loading branch information
keewis committed Oct 23, 2024
1 parent 6fa3497 commit 669a8bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ ignore =
E731
# line break before binary operator
W503
E701
E704
exclude=
.eggs
doc

0 comments on commit 669a8bf

Please sign in to comment.