Skip to content

Commit 029e954

Browse files
committed
🔧 MAINTAIN: Improve check-manifest speed
1 parent 0ebb0e8 commit 029e954

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/mgedmin/check-manifest
22-
rev: "0.44"
22+
rev: "0.46"
2323
hooks:
2424
- id: check-manifest
25+
args: [--no-build-isolation]
26+
additional_dependencies: [setuptools>=46.4.0]
2527

2628
- repo: https://github.com/pycqa/isort
2729
rev: 5.8.0

0 commit comments

Comments
 (0)