Skip to content

Commit

Permalink
Consolidate mypy overrides in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
shunichironomura committed Feb 3, 2024
1 parent 45d0029 commit 62be42e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,7 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[[tool.mypy.overrides]]
module = "cpuinfo"
ignore_missing_imports = true

[[tool.mypy.overrides]]
module = "matplotlib.*"
module = ["cpuinfo", "matplotlib.*"]
ignore_missing_imports = true

[tool.ruff]
Expand Down

0 comments on commit 62be42e

Please sign in to comment.