diff --git a/.pep8speaks.yml b/.pep8speaks.yml index 86a105c8b5..2fec5a7526 100644 --- a/.pep8speaks.yml +++ b/.pep8speaks.yml @@ -5,7 +5,7 @@ scanner: linter: pycodestyle # Other option is flake8 pycodestyle: # Same as scanner.linter value. Other option is flake8 - max-line-length: 119 # Default is 79 in PEP 8 + max-line-length: 120 # Default is 79 in PEP 8 ignore: # Errors and warnings to ignore - W504 # line break after binary operator - E402 # module level import not at top of file