Skip to content

Commit

Permalink
Add flake8 to setup.cfg
Browse files Browse the repository at this point in the history
Includes max line length of 120
  • Loading branch information
djhoese committed Sep 17, 2018
1 parent 0fde120 commit 2815c55
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ requires=python python-six
release=1

[bdist_wheel]
universal=1
universal=1

[flake8]
max-line-length = 120

0 comments on commit 2815c55

Please sign in to comment.