File: .flake8

package info (click to toggle)
python-trx-python 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 588 kB
  • sloc: python: 4,656; makefile: 15
file content (11 lines) | stat: -rw-r--r-- 138 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
[flake8]
max-line-length = 88
max-complexity = 10
exclude =
    .git,
    __pycache__,
    .tox,
    .eggs,
    *.egg,
    build,
    dist