Skip to content

Commit dc9fe5d

Browse files
committed
Set pycodestyle max-line-length to 90
1 parent 2794989 commit dc9fe5d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.pep8speaks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# File : .pep8speaks.yml
2+
3+
pycodestyle:
4+
max-line-length: 90

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ deps =
1717
# TODO why does this not work?
1818
# extras =
1919
# asymmetric_crypto
20+
21+
[pycodestyle]
22+
max-line-length = 90

0 commit comments

Comments
 (0)