File: .flake8

package info (click to toggle)
python-py 1.11.0-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,512 kB
  • sloc: python: 11,660; makefile: 119; sh: 7
file content (4 lines) | stat: -rw-r--r-- 113 bytes parent folder | download | duplicates (22)
1
2
3
4
[flake8]
max-line-length = 120
per-file-ignores =
    **/*.pyi:E252,E301,E302,E305,E501,E701,E704,F401,F811,F821