diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b4f5cf503..34d569403 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,12 +24,12 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.12.10" + rev: "v0.14.10" hooks: - id: ruff args: ["--fix", "--show-fixes"] - repo: https://github.com/numpy/numpydoc - rev: "v1.9.0" + rev: "v1.10.0" hooks: - id: numpydoc-validation exclude: (?x)(/tests/) @@ -47,7 +47,7 @@ repos: entry: PyBind|Numpy|Cmake|CCache|Github|PyTest exclude: .pre-commit-config.yaml - repo: https://github.com/rbubley/mirrors-prettier - rev: "v3.6.2" + rev: "v3.7.4" hooks: - id: prettier types_or: [yaml, markdown, html, css, scss, javascript, json]