Skip to content

Commit 6861b41

Browse files
committed
Add wheel as dependency to check-manifest
1 parent 9a943d0 commit 6861b41

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
@@ -35,7 +35,7 @@ repos:
3535
hooks:
3636
- id: check-manifest
3737
args: [--no-build-isolation]
38-
additional_dependencies: [setuptools-scm]
38+
additional_dependencies: [setuptools-scm, wheel]
3939
- repo: https://github.com/codespell-project/codespell
4040
# Configuration for codespell is in pyproject.toml
4141
rev: v2.3.0

0 commit comments

Comments
 (0)