diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 47f846fc4..a89612f20 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.3 + rev: v0.9.4 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]