Skip to content

Commit

Permalink
Install mypy as a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Josef-Friedrich committed Dec 25, 2024
1 parent 2112923 commit 955b0ae
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@
"${workspaceFolder}/tests",
"-m",
"not (slow or gui)"
]
],
"mypy.dmypyExecutable": "${workspaceFolder}/.venv/bin/dmypy"
}
3 changes: 0 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@
from datetime import datetime
from importlib.metadata import version as get_version

import sphinx_rtd_theme # type: ignore

html_theme = "sphinx_rtd_theme"
html_theme_path: list[str] = [sphinx_rtd_theme.get_html_theme_path()]

extensions: list[str] = [
"sphinx.ext.autodoc",
Expand Down
66 changes: 65 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ ruff = "^0"
pytest = "^8"
Sphinx = "7"
sphinx-rtd-theme = "2"
mypy = "^1"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 955b0ae

Please sign in to comment.