Skip to content

Commit

Permalink
update mypy config
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Sep 17, 2023
1 parent 88c5459 commit 5d39282
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ style =[
"flake8",
"flake8-docstrings",
"mypy",
'types-all',
'pandas-stubs',
"pre-commit",
"sourcery",
]
Expand Down Expand Up @@ -125,6 +127,7 @@ warn_untyped_fields = true
[[tool.mypy.overrides]]
module = [
'bids.*',
"bidsmreye._version"
]
ignore_errors = true

Expand All @@ -133,10 +136,8 @@ module = [
'attrs.*',
'chevron.*',
'nibabel.*',
'numpy.*',
'pandas.*',
'deepmreye.*',
'pkg_resources.*',
'pandas.*',
'plotly.*',
'pooch.*',
'rich.*',
Expand Down

0 comments on commit 5d39282

Please sign in to comment.