diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 344a151..f71a4d0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,20 +47,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.6 hooks: - id: ruff-check # - id: ruff-format - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.16.2 + rev: v2.19.0 hooks: - id: pyproject-fmt