diff --git a/flake8/run.py b/flake8/run.py index 060ea77..a24807b 100644 --- a/flake8/run.py +++ b/flake8/run.py @@ -91,6 +91,7 @@ class _PEP8Options(object): testsuite = '' doctest = False + def _initpep8(): # default pep8 setup pep8.options = _PEP8Options()