python-tuf/setup.cfg
Joshua Lock 24a11427a2 Don't build universal wheels
Signed-off-by: Joshua Lock <jlock@vmware.com>
2021-09-06 13:29:07 +01:00

24 lines
434 B
INI

[check-manifest]
ignore =
requirements-dev.txt
.travis.yml
.coveragerc
[mypy]
warn_unused_configs = True
warn_redundant_casts = True
warn_unused_ignores = True
warn_unreachable = True
strict_equality = True
disallow_untyped_defs = True
disallow_untyped_calls = True
files =
tuf/api/,
tuf/ngclient,
tuf/exceptions.py
[mypy-securesystemslib.*]
ignore_missing_imports = True
[mypy-urllib3.*]
ignore_missing_imports = True