Add max-line-length to the flake8 section of setup.cfg

This commit is contained in:
Mark Haines 2015-08-13 13:12:33 +01:00
parent adbd720fab
commit 7eb4d626ba

View file

@ -16,3 +16,6 @@ ignore =
docs/*
pylint.cfg
tox.ini
[flake8]
max-line-length = 90