mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-22 00:21:08 -05:00
Merge pull request #165 from pypa/pre-commit-ci-update-config
This commit is contained in:
commit
54d67ed3c5
1 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@ ci:
|
|||
|
||||
repos:
|
||||
- repo: https://github.com/asottile/add-trailing-comma.git
|
||||
rev: v2.4.0
|
||||
rev: v3.0.0
|
||||
hooks:
|
||||
- id: add-trailing-comma
|
||||
|
||||
|
@ -22,7 +22,7 @@ repos:
|
|||
- id: remove-tabs
|
||||
|
||||
- repo: https://github.com/python-jsonschema/check-jsonschema.git
|
||||
rev: 0.22.0
|
||||
rev: 0.23.2
|
||||
hooks:
|
||||
- id: check-github-actions
|
||||
- id: check-github-workflows
|
||||
|
@ -62,12 +62,12 @@ repos:
|
|||
language_version: python3
|
||||
|
||||
- repo: https://github.com/codespell-project/codespell
|
||||
rev: v2.2.4
|
||||
rev: v2.2.5
|
||||
hooks:
|
||||
- id: codespell
|
||||
|
||||
- repo: https://github.com/adrienverge/yamllint.git
|
||||
rev: v1.30.0
|
||||
rev: v1.32.0
|
||||
hooks:
|
||||
- id: yamllint
|
||||
files: \.(yaml|yml)$
|
||||
|
|
Loading…
Reference in a new issue