diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7ed32bf..d01025f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: check-github-workflows args: [ "--verbose" ] - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell additional_dependencies: ["tomli>=2.0.1"] @@ -20,12 +20,12 @@ repos: - id: tox-ini-fmt args: ["-p", "fix"] - repo: https://github.com/tox-dev/pyproject-fmt - rev: "2.1.2" + rev: "2.1.3" hooks: - id: pyproject-fmt additional_dependencies: ["tox>=4.13"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.4.4" + rev: "v0.4.7" hooks: - id: ruff-format - id: ruff