Skip to content

Commit

Permalink
Merge pull request #11516 from pradyunsg/check-manifest
Browse files Browse the repository at this point in the history
Move check-manifest to GHA
  • Loading branch information
pradyunsg committed Oct 14, 2022
2 parents eb90699 + 4e48bbc commit 739158c
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 739158c

Please sign in to comment.