diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f6afdf3..93d4cd5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,12 +10,12 @@ repos: exclude: '\.(json)$' - id: debug-statements - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.4 + rev: v0.16.6 hooks: - id: ruff-check args: ["--fix"] - id: ruff-format - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.28.0 + rev: v2.29.3 hooks: - id: pyproject-fmt