diff --git a/setup.cfg b/setup.cfg index b3f61142..ad9f696d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -79,3 +79,6 @@ select = E101,E111,E112,E113,E221,E222,E223,E224,E225,E241,E242,E251,E271,E272,E exclude = _astropy_init.py,version.py [entry_points] + +[flake8] +max-line-length = 100