You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
568 B
32 lines
568 B
[sdist] |
|
formats=zip |
|
|
|
[wheel] |
|
universal=1 |
|
|
|
[egg_info] |
|
tag_build = |
|
|
|
[flake8] |
|
max-line-length = 80 |
|
per-file-ignores = |
|
**/__init__.py:F401 |
|
|
|
[mypy] |
|
check_untyped_defs = True |
|
follow_imports = silent |
|
ignore_missing_imports = True |
|
show_column_numbers = True |
|
disallow_untyped_calls = True |
|
disallow_untyped_defs = True |
|
disallow_incomplete_defs = True |
|
disallow_untyped_decorators = True |
|
strict_optional = True |
|
warn_redundant_casts = True |
|
warn_unused_ignores = True |
|
|
|
[mypy-tests.*] |
|
disallow_untyped_decorators = False |
|
|
|
[mypy-test_docker.*] |
|
disallow_untyped_decorators = False
|
|
|