summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorStéphane Bidoul <stephane.bidoul@gmail.com>2021-01-24 15:39:51 +0100
committerStéphane Bidoul <stephane.bidoul@gmail.com>2021-01-24 15:39:51 +0100
commitfe3aec0f5e4a15c4110eb1974497371f26c4fec3 (patch)
treef6cc1807cd179bac5dd855bab18ddf118312ff11 /.pre-commit-config.yaml
parente25b1834594874745575f221a056a228042aaff0 (diff)
downloadpip-fe3aec0f5e4a15c4110eb1974497371f26c4fec3.tar.gz
Better way to run slow linters in CI only
Taking advantage of pre-commit's manual stage.
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 49676b5cf..164de60b0 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -93,3 +93,9 @@ repos:
entry: NEWS fragment files must be named *.(process|removal|feature|bugfix|vendor|doc|trivial).rst
exclude: ^news/(.gitignore|.*\.(process|removal|feature|bugfix|vendor|doc|trivial).rst)
files: ^news/
+
+- repo: https://github.com/mgedmin/check-manifest
+ rev: '0.46'
+ hooks:
+ - id: check-manifest
+ stages: [manual]