diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 93f8a62..32ec8e7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -10,13 +10,13 @@ repos: - id: check-added-large-files - repo: https://github.com/pre-commit/mirrors-prettier.git - rev: v2.5.1 + rev: v4.0.0-alpha.8 hooks: - id: prettier types_or: - yaml - repo: https://github.com/adrienverge/yamllint.git - rev: v1.33.0 + rev: v1.35.1 hooks: - id: yamllint