diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 73da038c..413dbefe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ 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.11.10 # ruff version hooks: - id: ruff # linter args: ["--fix"] @@ -42,14 +42,14 @@ repos: hooks: - id: yamlfmt - repo: https://github.com/adrienverge/yamllint - rev: v1.36.2 + rev: v1.37.1 hooks: - id: yamllint - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v18.1.3 # clang-format version + rev: v20.1.4 # clang-format version hooks: - id: clang-format - repo: https://github.com/cpplint/cpplint - rev: 2.0.0 + rev: 2.0.2 hooks: - id: cpplint