Skip to content

Commit

Permalink
chore[mypy]: ignore missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ME-researchgroup committed Feb 14, 2024
1 parent 09f2067 commit b4355db
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 @@ -17,6 +17,9 @@ flake8 = "^7.0.0"
mypy = "^1.8.0"
pytest = "^8.0.0"

[tool.mypy]
ignore_missing_imports = true

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit b4355db

Please sign in to comment.