2021-06-21 20:39:08 +02:00
|
|
|
[mypy]
|
2024-01-17 13:13:14 +01:00
|
|
|
strict = True
|
|
|
|
warn_return_any = False
|
2021-06-21 20:39:08 +02:00
|
|
|
show_error_context = True
|
|
|
|
pretty = True
|
2024-02-01 14:40:12 +01:00
|
|
|
exclude = tests/testlive_comprehensive.py|tests/testlive_sync.py|feed-generator|examples|pymisp/data|docs|pymisp/tools/openioc.py|pymisp/tools/reportlab_generator.py|tests/test_reportlab.py
|
2024-01-17 13:13:14 +01:00
|
|
|
|
|
|
|
# Stuff to remove gradually
|
2024-02-02 15:05:15 +01:00
|
|
|
disallow_untyped_defs = False
|
2024-01-17 13:13:14 +01:00
|
|
|
disallow_untyped_calls = False
|
2024-02-02 15:05:15 +01:00
|
|
|
disable_error_code = arg-type,return-value,assignment,call-overload,union-attr
|
2024-01-17 13:13:14 +01:00
|
|
|
|
|
|
|
|
|
|
|
[mypy-docs.source.*]
|
|
|
|
ignore_errors = True
|