Skip to content

Commit 31c0b50

Browse files
committed
Add mypy-extensions to docs requirements
1 parent 0ad2c00 commit 31c0b50

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ all = [
7979
"ipyvtklink",
8080
"ansys-mapdl-core",
8181
]
82-
docs = ["Sphinx", "ansys-sphinx-theme", "sphinx-autodoc-typehints", "sphinx-copybutton", "numpydoc"]
82+
docs = ["Sphinx", "ansys-sphinx-theme", "sphinx-autodoc-typehints", "sphinx-copybutton", "numpydoc", "mypy-extensions"]
8383
pre-commit = ["pre-commit", "mypy", "mypy-extensions", "types-protobuf", "pytest", "pytest-cases", "black"]
8484
test = ["pytest", "pytest-cov", "pytest-cases"]
8585
build = ["twine"]

0 commit comments

Comments
 (0)