Skip to content

Commit

Permalink
Add wheel as dependency to check-manifest (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmig authored Nov 28, 2024
1 parent 6968a6b commit f80a989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.package_name}}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repos:
hooks:
- id: check-manifest
args: [--no-build-isolation]
additional_dependencies: [setuptools-scm]
additional_dependencies: [setuptools-scm, wheel]
- repo: https://github.com/codespell-project/codespell
# Configuration for codespell is in pyproject.toml
rev: v2.3.0
Expand Down

0 comments on commit f80a989

Please sign in to comment.