diff --git a/setup.cfg b/setup.cfg index 1fd0918..3554043 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,11 @@ [aliases] test=pytest +[pycodestyle] +max-line-length=88 + [flake8] +max-line-length=88 exclude = .git, __pycache__,