diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a1448ce0..e9896b97 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: - id: django-upgrade args: [--target-version, "4.2"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.1.3" + rev: "v0.1.4" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -68,7 +68,7 @@ repos: |yaml|yml\ )$" - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.52.0 + rev: v8.53.0 hooks: - id: eslint args: ["--format=compact"]