diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ec2d4fe17..2aa708ed1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -74,7 +74,7 @@ repos: # Lint: YAML - repo: https://github.com/adrienverge/yamllint.git - rev: v1.27.1 + rev: v1.28.0 hooks: - id: yamllint args: ["-d {extends: relaxed, rules: {line-length: disable}}", "-s"]