Skip to content

Commit 4e48bbc

Browse files
committed
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.
1 parent eb90699 commit 4e48bbc

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
- run: pip install nox
7171
- run: nox -s prepare-release -- 99.9
7272
- run: nox -s build-release -- 99.9
73+
- run: pipx run check-manifest
7374

7475
vendoring:
7576
name: vendoring

.pre-commit-config.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,6 @@ repos:
7373
exclude: ^news/(.gitignore|.*\.(process|removal|feature|bugfix|vendor|doc|trivial).rst)
7474
files: ^news/
7575

76-
- repo: https://github.com/mgedmin/check-manifest
77-
rev: '0.48'
78-
hooks:
79-
- id: check-manifest
80-
args: [--no-build-isolation]
81-
8276
ci:
8377
autofix_prs: false
8478
autoupdate_commit_msg: 'pre-commit autoupdate'

0 commit comments

Comments
 (0)