[pre-commit.ci] pre-commit autoupdate (#442)

updates:
- [github.com/adrienverge/yamllint.git: v1.32.0 → v1.33.0](https://github.com/adrienverge/yamllint.git/compare/v1.32.0...v1.33.0)
- [github.com/lyz-code/yamlfix: 1.13.0 → 1.16.0](https://github.com/lyz-code/yamlfix/compare/1.13.0...1.16.0)
- [github.com/psf/black: 23.10.1 → 23.12.1](https://github.com/psf/black/compare/23.10.1...23.12.1)
- [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](https://github.com/PyCQA/flake8/compare/6.1.0...7.0.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
pre-commit-ci[bot] 2024-01-20 10:03:19 -05:00 committed by GitHub
parent 5c835c1819
commit 937e9e886f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,13 +21,13 @@ repos:
hooks:
- id: autopep8
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.32.0 # or higher tag
rev: v1.33.0 # or higher tag
hooks:
- id: yamllint
args: [--format, parsable, --strict]
exclude: ^.github/
- repo: https://github.com/lyz-code/yamlfix
rev: 1.13.0
rev: 1.16.0
hooks:
- id: yamlfix
exclude: ^.github/
@ -41,13 +41,13 @@ repos:
- id: pyupgrade
args: [--py3-plus]
- repo: https://github.com/psf/black
rev: 23.10.1
rev: 23.12.1
hooks:
- id: black
language_version: python3
args: [--line-length, '130']
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
args: [--config=.flake8]