diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6433758..40b12b7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: language_version: python3 - repo: https://github.com/pre-commit/mirrors-prettier # keep it before yamllint - rev: v3.0.3 + rev: v4.0.0-alpha.8 hooks: - id: prettier - repo: https://github.com/codespell-project/codespell @@ -30,7 +30,7 @@ repos: hooks: - id: codespell - repo: https://github.com/adrienverge/yamllint.git - rev: v1.32.0 + rev: v1.33.0 hooks: - id: yamllint files: \.(yaml|yml)$