diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ae7ce34..916c3d1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ default_stages: [pre-commit] repos: # maintenance - repo: https://github.com/pre-commit/sync-pre-commit-deps - rev: v0.0.4 + rev: v0.0.5 hooks: - id: sync-pre-commit-deps @@ -66,7 +66,7 @@ repos: - id: trailing-whitespace exclude: ^tests/test-conventional-merge-commit\.csv$ - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.9.5 + rev: v3.9.6 hooks: - id: prettier types_or: [yaml, markdown, html, css, scss, javascript, json]