Skip to content

Commit e85c9f5

Browse files
authored
Add wheel as a dependency (#344)
1 parent 174817d commit e85c9f5

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
@@ -49,7 +49,7 @@ repos:
4949
hooks:
5050
- id: check-manifest
5151
args: [--no-build-isolation]
52-
additional_dependencies: [setuptools-scm]
52+
additional_dependencies: [setuptools-scm, wheel]
5353
- repo: https://github.com/codespell-project/codespell
5454
# Configuration for codespell is in pyproject.toml
5555
rev: v2.3.0

0 commit comments

Comments
 (0)