diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 95f44f4d..eb4c4a2d 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.5.0 # Use the ref you want to point at + rev: v4.6.0 # Use the ref you want to point at hooks: - id: check-case-conflict - id: check-symlinks @@ -24,7 +24,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 24.3.0 + rev: 24.4.2 hooks: - id: black types: [python] @@ -33,7 +33,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: "v0.3.4" + rev: "v0.5.4" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -49,7 +49,7 @@ repos: # - svelte - repo: https://github.com/pre-commit/mirrors-eslint - rev: v9.0.0-rc.0 + rev: v9.7.0 hooks: - id: eslint types: [file]