File: .flake8

package info (click to toggle)
tessie-api 0.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 308 kB
  • sloc: python: 1,308; sh: 6; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 93 bytes parent folder | download | duplicates (2)
1
2
3
4
5
[flake8]
max-line-length = 88
extend-ignore = E203
per-file-ignores =
    */__init__.py: F401