Skip to content

Commit

Permalink
flake8 settings for compatibility with black
Browse files Browse the repository at this point in the history
  • Loading branch information
nathom committed Mar 2, 2021
1 parent 78c27f9 commit c995d9c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[flake8]
extend-ignore = E203, E266, E501
# line length is intentionally set to 80 here because black uses Bugbear
# See https://github.com/psf/black/blob/master/docs/the_black_code_style.md#line-length for more details
max-line-length = 80
max-complexity = 18
select = B,C,E,F,W,T4,B9

0 comments on commit c995d9c

Please sign in to comment.