diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5f29eea..179040c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.7.1 + rev: v3.0.0-alpha.6 hooks: - id: prettier args: @@ -9,7 +9,7 @@ repos: - '--trailing-comma=all' exclude: &build 'CookieMonster(Dev)?.js(.map)?' - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: trailing-whitespace exclude: *build