diff --git a/flake8/run.py b/flake8/run.py index 649f7b9..7d5b137 100644 --- a/flake8/run.py +++ b/flake8/run.py @@ -110,6 +110,7 @@ class _PEP8Options(object): benchmark = False testsuite = '' doctest = False + max_line_length = pep8.MAX_LINE_LENGTH def _initpep8():