Update pre-commit hooks

This commit is contained in:
Ayaz Salikhov
2022-07-11 21:58:04 +04:00
parent 18b10e7f73
commit 622ebdd671

View File

@@ -14,7 +14,7 @@
repos:
# Autoupdate: Python code
- repo: https://github.com/asottile/pyupgrade
rev: v2.34.0
rev: v2.37.1
hooks:
- id: pyupgrade
args: [--py39-plus]
@@ -74,7 +74,7 @@ repos:
# Lint: YAML
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.26.3
rev: v1.27.1
hooks:
- id: yamllint
args: ["-d {extends: relaxed, rules: {line-length: disable}}", "-s"]