diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d1d7245ba..ed43d7bbe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: pycln args: [--config=pyproject.toml] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.2 + rev: v0.9.3 hooks: # Run the linter. - id: ruff @@ -30,7 +30,7 @@ repos: # Run the formatter. - id: ruff-format - repo: https://github.com/PyCQA/docformatter - rev: eb1df34 # TODO: wait for https://github.com/PyCQA/docformatter/issues/293 + rev: v1.7.5 # TODO: wait for https://github.com/PyCQA/docformatter/issues/293 hooks: - id: docformatter additional_dependencies: [tomli] @@ -59,6 +59,6 @@ repos: types: [file, rust] language: system - repo: https://github.com/pre-commit/pre-commit - rev: v4.0.1 + rev: v4.1.0 hooks: - id: validate_manifest