Skip to content

Commit

Permalink
Add pep8 max-line-length check
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRBe committed Nov 20, 2020
1 parent fc7c425 commit 1dba09a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[pep8]
max-line-length = 119
[flake8]
max-line-length = 119
ignore = E203, E266, E501, W503
Expand Down

0 comments on commit 1dba09a

Please sign in to comment.