Skip to content

Commit

Permalink
Set max line length to 88 (same as black's default)
Browse files Browse the repository at this point in the history
  • Loading branch information
sh4nks committed Mar 17, 2021
1 parent d252d66 commit 6908583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ test = pytest
ignore_missing_imports = True

[flake8]
max-line-length = 80
max-line-length = 88
ignore =
# See the black style guide for more info:
# https://github.com/psf/black/blob/master/docs/the_black_code_style.md
Expand Down

0 comments on commit 6908583

Please sign in to comment.