Skip to content

Commit

Permalink
Move check-manifest to a CI check
Browse files Browse the repository at this point in the history
This makes local runs of `nox -s lint` quicker while still providing
the relevant protections for checking the MANIFEST file.
  • Loading branch information
pradyunsg committed Oct 14, 2022
1 parent eb90699 commit 4e48bbc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions .pre-commit-config.yaml
Expand Up @@ -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'
Expand Down

0 comments on commit 4e48bbc

Please sign in to comment.