fix: revert typing changes.

pull/1145/head
Raphaël Vinot 2024-02-02 15:05:15 +01:00
parent 9d4d083e46
commit 685ef22d0a
2 changed files with 131 additions and 139 deletions

View File

@ -6,8 +6,9 @@ pretty = True
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
# Stuff to remove gradually
# disallow_untyped_defs = False
disallow_untyped_defs = False
disallow_untyped_calls = False
disable_error_code = arg-type,return-value,assignment,call-overload,union-attr
[mypy-docs.source.*]

File diff suppressed because it is too large Load Diff