Skip to content

Commit f0b4c11

Browse files
committed
Fix check-manifest hook for pre-commit.ci
1 parent 4ae7a9f commit f0b4c11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ repos:
1919
rev: "0.45"
2020
hooks:
2121
- id: check-manifest
22+
args: [--no-build-isolation]
23+
additional_dependencies: [setuptools-scm]
2224
- repo: https://github.com/asottile/seed-isort-config
2325
rev: v2.2.0
2426
hooks:

0 commit comments

Comments
 (0)