Skip to content

Commit

Permalink
Add flake8 configuration to honor black preferences.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Oct 4, 2020
1 parent 01118ee commit c0c815e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[flake8]
max-line-length = 88
ignore =
# Black creates whitespace before colon
E203

0 comments on commit c0c815e

Please sign in to comment.