diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 96c1a5af..636f6437 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,20 +50,20 @@ repos: - id: auto-walrus - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell # See pyproject.toml for args additional_dependencies: - tomli - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.2 + rev: v0.15.12 hooks: - id: ruff-check # - id: ruff-format - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.16.2 + rev: v2.21.1 hooks: - id: pyproject-fmt