Update pre-commit hooks

This commit is contained in:
Ayaz Salikhov
2024-02-18 12:37:20 +04:00
parent 8da0523b50
commit c2159f4118

View File

@@ -28,7 +28,7 @@ repos:
# Autoformat: Python code
- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.2.0
hooks:
- id: black
args: [--target-version=py39]
@@ -95,7 +95,7 @@ repos:
# Lint: YAML
- repo: https://github.com/adrienverge/yamllint
rev: v1.33.0
rev: v1.35.1
hooks:
- id: yamllint
args: ["-d {extends: relaxed, rules: {line-length: disable}}", "-s"]