Skip to content

Commit 448f46f

Browse files
committed
Increase lower bound for setuptools dependency for check-manifest
1 parent b364f96 commit 448f46f

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
@@ -50,7 +50,7 @@ repos:
5050
hooks:
5151
- id: check-manifest
5252
args: [--no-build-isolation]
53-
additional_dependencies: ["setuptools>=45", "wheel", "setuptools_scm[toml]>=6.2"]
53+
additional_dependencies: ["setuptools>=77", "wheel", "setuptools_scm[toml]"]
5454
- repo: https://github.com/codespell-project/codespell
5555
# Configuration for codespell is in pyproject.toml
5656
rev: v2.4.1

0 commit comments

Comments
 (0)