Skip to content
This repository has been archived by the owner on Feb 15, 2021. It is now read-only.

Commit

Permalink
Use max-line-length=120 with flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavi authored Aug 19, 2016
1 parent d80b1ef commit d55a82a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flake8.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[flake8]
ignore =
max-complexity = 12
exclude = tests.py,.tox,*.egg
max-complexity=12
exclude=tests.py,.tox,*.egg
max-line-length=120

0 comments on commit d55a82a

Please sign in to comment.