diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6f128ee..5e0cee6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-added-large-files - id: mixed-line-ending @@ -11,13 +11,13 @@ repos: - id: check-yaml - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.0-alpha.9-for-vscode" + rev: "v3.1.0" hooks: - id: prettier types_or: [yaml, css, scss, javascript, json] - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.5.1 + rev: v1.5.4 hooks: - id: remove-crlf - id: forbid-tabs @@ -32,7 +32,7 @@ repos: language: fail - repo: https://github.com/codespell-project/codespell - rev: v2.2.5 + rev: v2.2.6 hooks: - id: codespell exclude: (^Gemfile.lock|\.js|\.map)$