diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 78e19cb..2b7a6f2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,14 +46,14 @@ repos: exclude: \.md - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.13.0" + rev: "v0.13.1" hooks: - id: ruff-check args: ["--fix", "--show-fixes"] - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.18.1" + rev: "v1.18.2" hooks: - id: mypy files: src|tests @@ -91,7 +91,7 @@ repos: additional_dependencies: ["validate-pyproject-schema-store[all]"] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: "0.33.3" + rev: "0.34.0" hooks: - id: check-dependabot - id: check-github-workflows