summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@users.noreply.github.com>2022-10-07 15:30:35 +0100
committerPradyun Gedam <pradyunsg@users.noreply.github.com>2022-10-08 13:36:08 +0100
commitc39b2cc50c029dd20df62749b99b2bbb2372e9ae (patch)
tree7426fbb2beedc45404ddd73d5c638b986fe7bdb6 /.pre-commit-config.yaml
parent7257d5b31ae075894d363b0cd6e7ff8ca81f2658 (diff)
downloadpip-c39b2cc50c029dd20df62749b99b2bbb2372e9ae.tar.gz
Run `check-manifest` without build isolation
This is necessary to work in no-network environments like pre-commit.ci.
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 6e561f09c..366d859db 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -77,6 +77,7 @@ repos:
rev: '0.48'
hooks:
- id: check-manifest
+ args: [--no-build-isolation]
ci:
autofix_prs: false