diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2e7687b..09bf68c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - --exit-non-zero-on-fix - id: ruff-format - repo: https://github.com/adrienverge/yamllint - rev: v1.37.1 + rev: v1.38.0 hooks: - id: yamllint - repo: meta