diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fd6fa01..8ed543b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: mixed-line-ending args: [--fix=lf] - repo: https://github.com/adrienverge/yamllint - rev: v1.35.0 + rev: v1.35.1 hooks: - id: yamllint - repo: meta