Skip to content

Commit

Permalink
add pre-commit to dev dependencies, remove test dependency option (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
phinate authored Jun 19, 2024
1 parent deca65c commit 9db9878
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions project_template/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,10 @@ classifiers = [
dependencies = []

[project.optional-dependencies]
test = [
"pytest >=6",
"pytest-cov >=3",
]
dev = [
"pytest >=6",
"pytest-cov >=3",
"pre-commit",
]

[project.urls]
Expand Down

0 comments on commit 9db9878

Please sign in to comment.