We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 576a2ef commit 44751fcCopy full SHA for 44751fc
template/pyproject.toml.jinja
@@ -23,12 +23,13 @@ requires-python = ">=3.7"
23
[project.optional-dependencies]
24
dev = [
25
"copier",
26
- {% if sphinx %}"myst-parser",
+ {% if type_checker=="mypy" %}"mypy",
27
+ {% endif %}{% if sphinx %}"myst-parser",
28
{% endif %}"pipdeptree",
29
"pre-commit",
30
{% if sphinx %}"pydata-sphinx-theme>=0.12",
- {% endif %}"pyright",
31
- "pytest",
+ {% endif %}{% if type_checker=="pyright" %}"pyright",
32
+ {% endif %}"pytest",
33
"pytest-cov",
34
"ruff",
35
{% if sphinx %}"sphinx-autobuild",
0 commit comments