Skip to content

Commit

Permalink
[chore] Configure mypy (close #14)
Browse files Browse the repository at this point in the history
  • Loading branch information
ftnext committed Mar 12, 2024
1 parent 3ca1ab5 commit 3777467
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 @@ -27,6 +27,7 @@ dynamic = ["version"]

[project.optional-dependencies]
testing = ["pytest", "beautifulsoup4"]
typecheck = ["mypy", "types-beautifulsoup"]
lint = ["flake8", "black", "isort"]
dev = ["wheel", "build", "twine"]

Expand All @@ -37,3 +38,6 @@ Guide = "https://ftnext.github.io/sphinx-new-tab-link/guide.en.html"

[tool.setuptools.dynamic]
version = { attr = "sphinx_new_tab_link.__VERSION__" }

[tool.mypy]
exclude = ["tests/roots"]

0 comments on commit 3777467

Please sign in to comment.