File: .flake8

package info (click to toggle)
taurus 5.2.3-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 100,792 kB
  • sloc: python: 51,356; sh: 68; makefile: 12
file content (9 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
[flake8]
max-line-length = 88
ignore=
    # whitespace before ':' - doesn't work well with black
    E203
    # line break before binary operator - currently the PEP8 recommendation
    W503
exclude=
    build