Skip to content

Commit b9f0c15

Browse files
authored
Add wheel to additional_dependencies in pre-commit-config.yaml
1 parent 5bc195e commit b9f0c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

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

0 commit comments

Comments
 (0)