diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bc9d1e3..b6a907d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -10,7 +10,7 @@ repos: - id: check-added-large-files args: [--maxkb=2048] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.3.4" + rev: "v0.5.5" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix, --show-fixes] @@ -23,7 +23,7 @@ repos: - --quiet - id: djlint-django - repo: https://github.com/pre-commit/mirrors-eslint - rev: v9.0.0-rc.0 + rev: v9.8.0 hooks: - id: eslint args: @@ -35,7 +35,7 @@ repos: - eslint-plugin-n@^15.0.0 || ^16.0.0 - eslint-plugin-promise@^6.0.0 - repo: https://github.com/crate-ci/typos - rev: v1.19.0 + rev: v1.23.5 hooks: - id: typos