Skip to content

Commit

Permalink
Fix mypy settings for sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
wenkokke committed May 30, 2023
1 parent 0234b12 commit 28b4ba9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ ignore_missing_imports = true
implicit_reexport = false
warn_unused_ignores = false

[[tool.mypy.overrides]]
module = "sphinx.application"
implicit_reexport = true

[tool.pytest.ini_options]
enable_assertion_pass_hook = true
filterwarnings = ["ignore::DeprecationWarning:.*:"]
Expand Down

0 comments on commit 28b4ba9

Please sign in to comment.