diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index aa83fed..ea87b10 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,14 +4,14 @@ ci: # https://pre-commit.com/ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace - id: requirements-txt-fixer - id: check-merge-conflict - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.5.3 + rev: v3.6.2 hooks: - id: prettier args: ["--cache-location=.prettier_cache/cache"] @@ -28,7 +28,7 @@ repos: - id: validate-pyproject additional_dependencies: ["validate-pyproject-schema-store[all]"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.5 + rev: v0.12.8 hooks: - id: ruff args: ["--fix", "--show-fixes"] @@ -37,6 +37,6 @@ repos: hooks: - id: black - repo: https://github.com/woodruffw/zizmor-pre-commit - rev: v1.5.2 + rev: v1.11.0 hooks: - id: zizmor