Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindeide committed Sep 19, 2024
1 parent 61fe411 commit 364e699
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ ignore_missing_imports = True
[mypy-ruamel.*]
ignore_missing_imports = True

[mypy-resdata.*]
ignore_missing_imports = True
disable_error_code = import-untyped

[mypy-everest.*]
disable_error_code = dict-item,
no-untyped-def,
Expand Down

0 comments on commit 364e699

Please sign in to comment.