diff --git a/flake8/run.py b/flake8/run.py index f7b5b52..d1af4d3 100644 --- a/flake8/run.py +++ b/flake8/run.py @@ -96,7 +96,7 @@ def _get_files(repo, **kwargs): seen.add(file_) if not file_.endswith('.py'): continue - if skip_file(file_, pep8style): + if skip_file(file_): continue yield file_