Skip to content

Commit

Permalink
Set pycodestyle max-line-length to 90
Browse files Browse the repository at this point in the history
  • Loading branch information
vimalloc committed Jul 22, 2018
1 parent 2794989 commit dc9fe5d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pep8speaks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# File : .pep8speaks.yml

pycodestyle:
max-line-length: 90
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ deps =
# TODO why does this not work?
# extras =
# asymmetric_crypto

[pycodestyle]
max-line-length = 90

0 comments on commit dc9fe5d

Please sign in to comment.