diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 449380e..8f5e487 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,13 +32,13 @@ repos: - id: gitlint - repo: https://github.com/pre-commit/mirrors-prettier - rev: fc260393cc4ec09f8fc0a5ba4437f481c8b55dc1 # frozen: v3.0.3 + rev: ffb6a759a979008c0e6dff86e39f4745a2d9eac4 # frozen: v3.1.0 hooks: - id: prettier stages: [commit] - repo: https://github.com/adrienverge/yamllint.git - rev: b05e028c5881819161d11cb543fd96a30c06cceb # frozen: v1.32.0 + rev: 8713140e99914c0cb6e07364daedfb140847c3c5 # frozen: v1.33.0 hooks: - id: yamllint types: [yaml]