summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@gmail.com>2022-10-14 17:12:48 +0100
committerGitHub <noreply@github.com>2022-10-14 17:12:48 +0100
commit739158cc80f138dbed9e426f3408811acef2d993 (patch)
tree3daf393e58b4d1f8eb520118d409223cda30676a
parenteb906997da97bbbd1f74127297d7ce9a54a6a2a0 (diff)
parent4e48bbc31cf34b1b4ccd100a787d1204ddb8866b (diff)
downloadpip-739158cc80f138dbed9e426f3408811acef2d993.tar.gz
Merge pull request #11516 from pradyunsg/check-manifest
Move check-manifest to GHA
-rw-r--r--.github/workflows/ci.yml1
-rw-r--r--.pre-commit-config.yaml6
2 files changed, 1 insertions, 6 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d3c64ee40..362f712b1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -70,6 +70,7 @@ jobs:
- run: pip install nox
- run: nox -s prepare-release -- 99.9
- run: nox -s build-release -- 99.9
+ - run: pipx run check-manifest
vendoring:
name: vendoring
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'