File: setup.cfg

package info (click to toggle)
isort 4.3.4%2Bds1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 508 kB
  • sloc: python: 3,239; makefile: 12
file content (12 lines) | stat: -rw-r--r-- 300 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
[flake8]
max-line-length = 160
ignore =
    # The default ignore list:
    E121,E123,E126,E226,E24,E704,
    # Our additions:
    # E127: continuation line over-indented for visual indent
    # E128: continuation line under-indented for visual indent
    E127,E128

[metadata]
license_file = LICENSE