mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-15 16:49:52 +00:00
apply the pep8 default max_line_length in _PEP8Options
This commit is contained in:
parent
dd92d52f06
commit
2f9825a6af
1 changed files with 1 additions and 0 deletions
|
|
@ -110,6 +110,7 @@ class _PEP8Options(object):
|
||||||
benchmark = False
|
benchmark = False
|
||||||
testsuite = ''
|
testsuite = ''
|
||||||
doctest = False
|
doctest = False
|
||||||
|
max_line_length = pep8.MAX_LINE_LENGTH
|
||||||
|
|
||||||
|
|
||||||
def _initpep8():
|
def _initpep8():
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue