[go: up one dir, main page]

File: setup.cfg

package info (click to toggle)
kiwi 9.24.56-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,844 kB
  • sloc: python: 58,147; sh: 3,261; xml: 2,919; makefile: 304; ansic: 132
file content (28 lines) | stat: -rw-r--r-- 436 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[sdist]
formats = gztar

[tool:pytest]
norecursedirs = .git build .tox/ .tmp/
addopts = --ignore=.tmp/ --ignore=.git/ --ignore=.tox/ -p no:warnings
testpaths = test/unit

[flake8]
exclude = xml_parse.py
ignore = E501, W605
max-complexity = 28

[doc8]
max-line-length = 90
verbose = 1

[mypy]
ignore_missing_imports = True
no_implicit_optional = False

[mypy-kiwi.xml_parse.*]
ignore_errors = True

[egg_info]
tag_build = 
tag_date = 0