diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b228efd4..e0261b4f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,14 +27,14 @@ repos: - id: trailing-whitespace - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell additional_dependencies: - tomli - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.4 + rev: v0.4.5 hooks: - id: ruff @@ -44,7 +44,7 @@ repos: - id: black - repo: https://github.com/tox-dev/pyproject-fmt - rev: 2.1.2 + rev: 2.1.3 hooks: - id: pyproject-fmt