We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f254233 commit 3bbaa23Copy full SHA for 3bbaa23
pep8.py
@@ -2098,7 +2098,7 @@ def _main():
2098
except AttributeError:
2099
pass # not supported on Windows
2100
2101
- pep8style = StyleGuide(parse_argv=True, config_file=True)
+ pep8style = StyleGuide(parse_argv=True)
2102
options = pep8style.options
2103
if options.doctest or options.testsuite:
2104
from testsuite.support import run_tests
0 commit comments