File: .pep8speaks.yml

package info (click to toggle)
python-keep 2.11-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 184 kB
  • sloc: python: 542; sh: 25; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 168 bytes parent folder | download
1
2
3
4
5
6
7
pycodestyle:
    max-line-length: 100  # Default is 79 in PEP8
    ignore:  # Errors and warnings to ignore
        - E266
        - E303
        - E128
        - W504