diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1e4afb4..57c7642 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: codespell additional_dependencies: ["tomli>=2.0.1"] - repo: https://github.com/tox-dev/tox-ini-fmt - rev: "1.3.2" + rev: "1.4.0" hooks: - id: tox-ini-fmt args: ["-p", "fix"] @@ -25,7 +25,7 @@ repos: - id: pyproject-fmt additional_dependencies: ["tox>=4.15.1"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.6.4" + rev: "v0.6.5" hooks: - id: ruff-format - id: ruff