diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9e44bf61..5e687b8a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: debug-statements - id: check-added-large-files - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.0 + rev: v0.14.4 hooks: - id: ruff-format - id: ruff @@ -24,7 +24,7 @@ repos: |tests/.* )$ - repo: https://github.com/tox-dev/pyproject-fmt - rev: "v2.6.0" + rev: "v2.11.1" hooks: - id: pyproject-fmt - repo: https://github.com/codespell-project/codespell