Skip to content

Commit

Permalink
setup.cfg [flake8]: Add max-line-length = 88 (prep for black formatting)
Browse files Browse the repository at this point in the history
Change-Id: I0761a8e13fdceb2abc7967cd2850d3161ba34cb9
  • Loading branch information
brobecke committed Apr 20, 2021
1 parent aedd963 commit 1eb13e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Expand Up @@ -2,3 +2,6 @@
# Follow what the style_checker does in terms of the extend-ignore...
extend-ignore = E203,E402
exclude = tests
# We want the code to be formatted by black, which uses a max-line-length
# of 88 characters, so tell flake8 we allow this.
max-line-length = 88

0 comments on commit 1eb13e8

Please sign in to comment.