Enable pycodestyle linter

This commit is contained in:
Sergey Petrov
2019-08-11 13:43:19 +03:00
parent 3e9a191f4b
commit d1a5e995d8
4 changed files with 8 additions and 27 deletions
+1 -1
View File
@@ -29,5 +29,5 @@ warn_unreachable = True
strict_equality = True
no_implicit_reexport = True
[pep8]
[pycodestyle]
max-line-length = 160