Skip to content

Commit

Permalink
added mypy ignore imports
Browse files Browse the repository at this point in the history
  • Loading branch information
haeussma authored Aug 23, 2024
1 parent 3b679f9 commit ee41af2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@ nbconvert = "^7.16.4"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.mypy]
ignore_missing_imports = true

0 comments on commit ee41af2

Please sign in to comment.