File: setup.cfg

package info (click to toggle)
edlio 0.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,144 kB
  • sloc: python: 1,614; sh: 20; makefile: 13
file content (14 lines) | stat: -rw-r--r-- 216 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[metadata]
description-file = README.md

[flake8]
max-line-length = 100
exclude =
    .git,
    __pycache__,
    build,
    dist
ignore =
    W503,
    # See https://github.com/PyCQA/pycodestyle/issues/373
    E203,