diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index db958e9189..479297e894 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-added-large-files - id: check-ast @@ -22,25 +22,25 @@ repos: - id: requirements-txt-fixer - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.2 # ruff version + rev: v0.14.4 # ruff version hooks: - id: ruff # linter args: ["--fix"] - id: ruff-format # formatter - repo: https://github.com/asottile/pyupgrade - rev: v3.19.1 + rev: v3.21.0 hooks: - id: pyupgrade args: ["--py310-plus"] - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.10.0.1 + rev: v0.11.0.1 hooks: - id: shellcheck - repo: https://github.com/google/yamlfmt - rev: v0.16.0 + rev: v0.20.0 hooks: - id: yamlfmt - repo: https://github.com/adrienverge/yamllint - rev: v1.36.2 + rev: v1.37.1 hooks: - id: yamllint