diff --git a/setup.cfg b/setup.cfg index 5e43fe5..97cbbba 100644 --- a/setup.cfg +++ b/setup.cfg @@ -179,3 +179,6 @@ exclude_lines = [bdist_wheel] universal = 1 + +[pycodestyle] +max-line-length = 88