diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4ae0836..258d7c2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,7 +36,7 @@ repos: hooks: - id: autoflake - repo: https://github.com/hhatto/autopep8 - rev: v2.3.1 + rev: v2.3.2 hooks: - id: autopep8 - repo: https://github.com/tox-dev/pyproject-fmt @@ -45,18 +45,18 @@ repos: - id: pyproject-fmt args: [--max-supported-python=3.13] - repo: https://github.com/tox-dev/tox-ini-fmt - rev: "1.4.1" + rev: "1.5.0" hooks: - id: tox-ini-fmt - repo: https://github.com/google/yamlfmt - rev: "v0.14.0" + rev: "v0.15.0" hooks: - id: yamlfmt args: - -formatter - retain_line_breaks=true - repo: https://github.com/executablebooks/mdformat - rev: 0.7.21 + rev: 0.7.22 hooks: - id: mdformat additional_dependencies: @@ -83,6 +83,6 @@ repos: hooks: - id: docformatter - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.8.6" + rev: "v0.9.4" hooks: - id: ruff