diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 19f3649a..57a5e2a1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -54,14 +54,14 @@ repos: - id: tox-ini-fmt - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.21.0 + rev: v2.21.2 hooks: - id: pyproject-fmt additional_dependencies: ["tox>=4.12.1"] - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.15.9 + rev: v0.15.12 hooks: # Run the formatter. - id: ruff-format