File: setup.cfg

package info (click to toggle)
python-cloup 3.0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 936 kB
  • sloc: python: 5,371; makefile: 120
file content (20 lines) | stat: -rw-r--r-- 282 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[bdist_wheel]
universal = 1

[flake8]
exclude = docs
max_line_length = 90
ignore = E241, E251, W503

[aliases]
test = pytest

[mypy]
ignore_missing_imports = True

[coverage:report]
exclude_lines =
    pragma: no cover
    raise NotImplementedError
    \.\.\.
    if TYPE_CHECKING: