diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 094fc5f1..e7b5a80a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.3 + rev: v0.9.4 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix, --show-fixes] @@ -22,12 +22,12 @@ repos: additional_dependencies: [proto-plus-stubs, types-lxml, types-parsimonious, types-pyyaml, types-ujson] - repo: https://github.com/RobertCraigie/pyright-python - rev: v1.1.392.post0 + rev: v1.1.393 hooks: - id: pyright - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.5.24 + rev: 0.5.26 hooks: - id: uv-lock args: ["--frozen"]