[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/lyz-code/yamlfix: 1.10.0 → 1.11.0](https://github.com/lyz-code/yamlfix/compare/1.10.0...1.11.0)
- [github.com/asottile/reorder-python-imports: v3.9.0 → v3.10.0](https://github.com/asottile/reorder-python-imports/compare/v3.9.0...v3.10.0)
- [github.com/asottile/pyupgrade: v3.6.0 → v3.7.0](https://github.com/asottile/pyupgrade/compare/v3.6.0...v3.7.0)
This commit is contained in:
pre-commit-ci[bot] 2023-06-20 01:39:40 +00:00 committed by GitHub
parent ee871b4f92
commit 455f4a9bec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,16 +27,16 @@ repos:
args: [--format, parsable, --strict]
exclude: ^.github/
- repo: https://github.com/lyz-code/yamlfix
rev: 1.10.0
rev: 1.11.0
hooks:
- id: yamlfix
exclude: ^.github/
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.9.0
rev: v3.10.0
hooks:
- id: reorder-python-imports
- repo: https://github.com/asottile/pyupgrade
rev: v3.6.0
rev: v3.7.0
hooks:
- id: pyupgrade
args: [--py3-plus]