diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 847acde..4f2fac5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: repos: - repo: https://github.com/psf/black-pre-commit-mirror - rev: "26.5.0" + rev: "26.5.1" hooks: - id: black-jupyter @@ -49,7 +49,7 @@ repos: args: [--prose-wrap=always] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.13" + rev: "v0.15.20" hooks: - id: ruff args: ["--fix", "--show-fixes"] @@ -97,7 +97,7 @@ repos: - id: validate-pyproject - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.2 + rev: 0.37.3 hooks: - id: check-dependabot - id: check-github-workflows