Skip to content

Commit

Permalink
WIP, new files
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrivenaes committed Sep 27, 2023
1 parent 7f40e2d commit d659863
Show file tree
Hide file tree
Showing 5 changed files with 2,280 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .mypy.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Global options:

[mypy]
warn_return_any = True
warn_unused_configs = True

# Per-module options:

[mypy-mycode.foo.*]
disallow_untyped_defs = True

[mypy-mycode.bar]
warn_return_any = False

[mypy-xtgeo.well._welldata]
ignore_missing_imports = True

[mypy-xtgeo.cxtgeo._cxtgeo]
ignore_missing_imports = True
Loading

0 comments on commit d659863

Please sign in to comment.