diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 76347a2c..b8bbb36f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,13 +26,13 @@ repos: - id: requirements-txt-fixer - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.12 # 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.20.0 + rev: v3.21.0 hooks: - id: pyupgrade args: ["--py310-plus"] @@ -41,7 +41,7 @@ repos: hooks: - id: shellcheck - repo: https://github.com/google/yamlfmt - rev: v0.17.2 + rev: v0.20.0 hooks: - id: yamlfmt - repo: https://github.com/adrienverge/yamllint @@ -49,7 +49,7 @@ repos: hooks: - id: yamllint - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v21.1.0 # clang-format version + rev: v21.1.5 # clang-format version hooks: - id: clang-format - repo: https://github.com/cpplint/cpplint