From b9f0c158f8f7a474b3f27a353dc7ee3bfc374907 Mon Sep 17 00:00:00 2001 From: Adam Tyson Date: Tue, 7 Jan 2025 10:48:40 +0000 Subject: [PATCH] Add wheel to additional_dependencies in pre-commit-config.yaml --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 616fd03..be451c4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,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