Skip to content

Commit

Permalink
flake8: update conf to ignore E701 and E704 issues caused by black fo…
Browse files Browse the repository at this point in the history
…rmatting
  • Loading branch information
xrmx committed Apr 23, 2024
1 parent cb316a1 commit 00ffcd2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ ignore =
# allow whitespace before ':' (https://github.com/psf/black#slices)
E203

# conflicts with black
E701
E704

exclude =
.bzr
.git
Expand Down

0 comments on commit 00ffcd2

Please sign in to comment.