flake8: allow longer lines

This increase max-line-length to 88 because somtimes it is nicer to have
just a few extra characters.
This commit is contained in:
David Lechner
2020-01-13 12:59:07 -06:00
parent ee0819adef
commit c008c4ca09
+1
View File
@@ -13,6 +13,7 @@ parentdir_prefix = pybricks-api-
[flake8]
exclude = .venv/,versioneer.py
max-line-length = 88
[doc8]
ignore-path = .venv/