Skip to content

Commit

Permalink
fix: mypy overrides in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kreczko committed Dec 6, 2023
1 parent 684d8c7 commit 4a96ac9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,10 @@ strict_equality = true
show_error_codes = true

[[tool.mypy.overrides]]
module = "typer.*"
implicit_reexport = true

[[tool.mypy.overrides]]
module = "xrdsum.*"
module = [
"typer.*",
"xrdsum.*",
]
implicit_reexport = true

[tool.isort]
Expand Down

0 comments on commit 4a96ac9

Please sign in to comment.