[pep8] allowing 90 chars per line

This commit is contained in:
Maxime Beauchemin
2016-10-31 21:21:19 -07:00
parent 4023f328f7
commit 76499afd8d

2
.pycodestyle Normal file
View File

@@ -0,0 +1,2 @@
[pycodestyle]
max-line-length = 90