Skip to content
Snippets Groups Projects
setup.cfg 289 B
Newer Older
[mypy]
show_column_numbers = True
ignore_missing_imports = True

[mypy-opentech.*]
ignore_errors = True

[mypy-opentech.apply.*]
check_untyped_defs = True
ignore_errors = False

[mypy-opentech.apply.workflow*]
disallow_untyped_defs = True

ignore=E501,F405
exclude=*/migrations/*