diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 345a127..4fe70f0 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: v5.0.0 + rev: v6.0.0 hooks: - id: check-added-large-files - id: mixed-line-ending @@ -17,7 +17,7 @@ repos: types_or: [yaml, css, scss, javascript, json] - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.5.5 + rev: v1.5.6 hooks: - id: remove-crlf - id: forbid-tabs @@ -32,7 +32,7 @@ repos: language: fail - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.2 hooks: - id: codespell exclude: (^Gemfile.lock|\.js|\.map)$