Skip to content

Commit

Permalink
Flake8 increased max line length 119->120
Browse files Browse the repository at this point in the history
  • Loading branch information
albertopoljak committed Sep 27, 2020
1 parent 25d0845 commit 93e76e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
count = True
statistics = True
max-complexity = 16
max-line-length = 119
max-line-length = 120
exclude =
.git,
__pycache__,
Expand Down

0 comments on commit 93e76e4

Please sign in to comment.