diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 28bf549..594d61e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: end-of-file-fixer - id: fix-byte-order-marker @@ -40,12 +40,12 @@ repos: hooks: - id: autopep8 - repo: https://github.com/tox-dev/pyproject-fmt - rev: "2.2.1" + rev: "2.2.4" hooks: - id: pyproject-fmt args: [--max-supported-python=3.13] - repo: https://github.com/tox-dev/tox-ini-fmt - rev: "1.3.2" + rev: "1.4.1" hooks: - id: tox-ini-fmt - repo: https://github.com/google/yamlfmt @@ -83,6 +83,6 @@ repos: hooks: - id: docformatter - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.6.4" + rev: "v0.6.9" hooks: - id: ruff