diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 59549cb7..24839b8a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,13 +14,13 @@ repos: - id: check-added-large-files exclude: pixi.lock - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.33.0 + rev: 0.33.1 hooks: - id: check-github-workflows args: ["--verbose"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.13 + rev: v0.12.0 hooks: - id: ruff args: ["--fix", "--output-format=full"] @@ -34,7 +34,7 @@ repos: files: ^docs/.*\.ipynb$ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.16.0 + rev: v1.16.1 hooks: - id: mypy args: [--ignore-missing-imports]