We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb90699 commit 4e48bbcCopy full SHA for 4e48bbc
.github/workflows/ci.yml
@@ -70,6 +70,7 @@ jobs:
70
- run: pip install nox
71
- run: nox -s prepare-release -- 99.9
72
- run: nox -s build-release -- 99.9
73
+ - run: pipx run check-manifest
74
75
vendoring:
76
name: vendoring
.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
77
- rev: '0.48'
78
- hooks:
79
- - id: check-manifest
80
- args: [--no-build-isolation]
81
-
82
ci:
83
autofix_prs: false
84
autoupdate_commit_msg: 'pre-commit autoupdate'
0 commit comments