Skip to content

Commit f80a989

Browse files
authored
Add wheel as dependency to check-manifest (#126)
1 parent 6968a6b commit f80a989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.package_name}}/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repos:
3737
hooks:
3838
- id: check-manifest
3939
args: [--no-build-isolation]
40-
additional_dependencies: [setuptools-scm]
40+
additional_dependencies: [setuptools-scm, wheel]
4141
- repo: https://github.com/codespell-project/codespell
4242
# Configuration for codespell is in pyproject.toml
4343
rev: v2.3.0

0 commit comments

Comments
 (0)