Skip to content

Commit

Permalink
Modify mypy follow_imports to get ensure_spice typing to work across …
Browse files Browse the repository at this point in the history
…files
  • Loading branch information
subagonsouth committed Sep 4, 2024
1 parent 0b87688 commit 76a7d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ disable_error_code = ['import-not-found', # Unable to locate module or package s
'type-arg' ] # Requires type arguments to be specified in list[] and dict[]
strict = true
explicit_package_bases = true
follow_imports = 'skip' #may want to remove
follow_imports = 'silent' # Required for enusre_spice decorator
exclude = ["tests"]
packages = ["imap_processing" , "tools"]
plugins = 'numpy.typing.mypy_plugin'

0 comments on commit 76a7d13

Please sign in to comment.