DEBSOURCES
Skip Quicknav
sources / python-keep / 2.11-2 / .pep8speaks.yml
1234567
pycodestyle: max-line-length: 100 # Default is 79 in PEP8 ignore: # Errors and warnings to ignore - E266 - E303 - E128 - W504