Skip to content

Commit eb3031c

Browse files
committed
Remove pre-commit and pytest-cov from pyproject
1 parent db699e0 commit eb3031c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

template/{% if python %}pyproject.toml{% endif %}.jinja

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,9 @@ Repository = "https://github.com/{{ author_github_handle }}/{{ project_name }}"
3535
[dependency-groups]
3636
dev = [
3737
"pytest>=7.2.0",
38-
"pytest-cov>=4.0.0",
39-
"pre-commit>=3.5.0",
4038
"ruff>=0.11.5",
41-
"ty>=0.0.1a21", "deptry>=0.20.0",
39+
"ty>=0.0.1a21",
40+
"deptry>=0.20.0",
4241
{% if python_package %} "mkdocs>=1.6.0",
4342
"mkdocs-material>=9.5.0",
4443
"mkdocstrings[python]>=0.26.1",

0 commit comments

Comments
 (0)