diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 91401016b..36f2eb7de 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,12 +14,12 @@ repos: - id: check-merge-conflict - id: debug-statements - repo: https://github.com/hadialqattan/pycln - rev: v2.4.0 + rev: v2.5.0 hooks: - id: pycln args: [--config=pyproject.toml] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.6 + rev: v0.9.0 hooks: # Run the linter. - id: ruff @@ -30,7 +30,7 @@ repos: # Run the formatter. - id: ruff-format - repo: https://github.com/PyCQA/docformatter - rev: v1.7.5 + rev: eb1df34 # TODO: wait for https://github.com/PyCQA/docformatter/issues/293 hooks: - id: docformatter additional_dependencies: [tomli]