summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@users.noreply.github.com>2022-10-14 11:14:23 +0100
committerPradyun Gedam <pradyunsg@users.noreply.github.com>2022-10-14 11:14:23 +0100
commit4e48bbc31cf34b1b4ccd100a787d1204ddb8866b (patch)
tree3daf393e58b4d1f8eb520118d409223cda30676a /.pre-commit-config.yaml
parenteb906997da97bbbd1f74127297d7ce9a54a6a2a0 (diff)
downloadpip-4e48bbc31cf34b1b4ccd100a787d1204ddb8866b.tar.gz
Move check-manifest to a CI check
This makes local runs of `nox -s lint` quicker while still providing the relevant protections for checking the MANIFEST file.
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 366d859db..098f3bfe7 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -73,12 +73,6 @@ repos:
exclude: ^news/(.gitignore|.*\.(process|removal|feature|bugfix|vendor|doc|trivial).rst)
files: ^news/
-- repo: https://github.com/mgedmin/check-manifest
- rev: '0.48'
- hooks:
- - id: check-manifest
- args: [--no-build-isolation]
-
ci:
autofix_prs: false
autoupdate_commit_msg: 'pre-commit autoupdate'