Skip to content

Commit

Permalink
fix: revert typing changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Feb 2, 2024
1 parent 9d4d083 commit 685ef22
Show file tree
Hide file tree
Showing 2 changed files with 131 additions and 139 deletions.
3 changes: 2 additions & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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.*]
Expand Down
Loading

0 comments on commit 685ef22

Please sign in to comment.