diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6c18b22..a7c9677 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,7 +43,7 @@ repos: exclude: CHANGELOG.md # is autogenerated - repo: https://github.com/pycqa/pylint - rev: v4.0.2 + rev: v4.0.4 hooks: - id: pylint pass_filenames: false @@ -57,7 +57,7 @@ repos: - pytest - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.3 + rev: v0.14.7 hooks: - id: ruff args: @@ -66,6 +66,6 @@ repos: - id: ruff-format - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.9.7 + rev: 0.9.14 hooks: - id: uv-lock