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

pull/4/merge
Mark Haines 10 years ago
parent adbd720fab
commit 7eb4d626ba
  1. 3
      setup.cfg

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

Loading…
Cancel
Save