File: .flake8

package info (click to toggle)
python-drizzle 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 203,144 kB
  • sloc: ansic: 6,754; python: 1,817; makefile: 128
file content (13 lines) | stat: -rw-r--r-- 232 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
[flake8]
max-line-length = 100
select = F, W, E, C
ignore =
    # Line break occurred before a binary operator
    W503,
    # Line break occurred after a binary operator
    W504,
exclude =
    docs,
    build
    .eggs,
    .tox,