[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/adrienverge/yamllint.git: v1.28.0 → v1.29.0](https://github.com/adrienverge/yamllint.git/compare/v1.28.0...v1.29.0)
- [github.com/lyz-code/yamlfix: 1.1.1 → 1.8.1](https://github.com/lyz-code/yamlfix/compare/1.1.1...1.8.1)
- [github.com/psf/black: 22.12.0 → 23.1.0](https://github.com/psf/black/compare/22.12.0...23.1.0)
This commit is contained in:
pre-commit-ci[bot] 2023-02-14 00:01:52 +00:00 committed by bobokun
parent 192169d79f
commit a4d94ffdf5

View file

@ -21,13 +21,13 @@ repos:
hooks:
- id: autopep8
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.28.0 # or higher tag
rev: v1.29.0 # or higher tag
hooks:
- id: yamllint
args: [--format, parsable, --strict]
exclude: ^.github/
- repo: https://github.com/lyz-code/yamlfix
rev: 1.1.1
rev: 1.8.1
hooks:
- id: yamlfix
exclude: ^.github/
@ -41,7 +41,7 @@ repos:
- id: pyupgrade
args: [--py3-plus]
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.1.0
hooks:
- id: black
language_version: python3