PyMISP/mypy.ini

15 lines
291 B
INI
Raw Normal View History

2021-06-21 20:39:08 +02:00
[mypy]
strict = True
warn_return_any = False
2021-06-21 20:39:08 +02:00
show_error_context = True
pretty = True
2024-01-30 13:35:59 +01:00
exclude = feed-generator|examples|pymisp/tools|pymisp/data|tests|docs
# Stuff to remove gradually
# disallow_untyped_defs = False
disallow_untyped_calls = False
[mypy-docs.source.*]
ignore_errors = True