mirror of https://github.com/MISP/PyMISP
15 lines
286 B
INI
15 lines
286 B
INI
[mypy]
|
|
strict = True
|
|
warn_return_any = False
|
|
show_error_context = True
|
|
pretty = True
|
|
exclude = feed-generator|examples|pymisp/tools|pymisp/data|tests
|
|
|
|
# Stuff to remove gradually
|
|
# disallow_untyped_defs = False
|
|
disallow_untyped_calls = False
|
|
|
|
|
|
[mypy-docs.source.*]
|
|
ignore_errors = True
|