From ff04c99c9395fd4f4cdf267abdf9e18731441176 Mon Sep 17 00:00:00 2001 From: Pey Lian Lim <2090236+pllim@users.noreply.github.com> Date: Tue, 24 Mar 2020 15:44:06 -0400 Subject: [PATCH] MNT: Set max-line-length for flake8 --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index c5b299af..6c9df787 100644 --- a/setup.cfg +++ b/setup.cfg @@ -78,3 +78,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