File: .flake8

package info (click to toggle)
python-twomemo 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 252 kB
  • sloc: python: 1,177; makefile: 15
file content (9 lines) | stat: -rw-r--r-- 167 bytes parent folder | download
1
2
3
4
5
6
7
8
9
[flake8]

max-line-length = 110
doctests = True
ignore = E201,E202,W503
exclude = *_pb2.py
per-file-ignores =
    twomemo/project.py:E203
    twomemo/__init__.py:F401