diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f21479126..5be33193b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ exclude: > )$ repos: - repo: https://github.com/rbubley/mirrors-prettier - rev: "v3.4.1" + rev: "v3.4.2" hooks: - id: prettier # Original hook implementation is flaky due to *several* bugs described @@ -45,14 +45,14 @@ repos: - id: toml-sort-fix - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.8.1" + rev: "v0.8.2" hooks: - id: ruff args: - "--exit-non-zero-on-fix" - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v8.16.0 + rev: v8.16.1 hooks: - id: cspell name: Spell check with cspell @@ -147,7 +147,7 @@ repos: - flake8-docstrings # uses pydocstyle - repo: https://github.com/jsh9/pydoclint - rev: 0.5.9 + rev: 0.5.10 hooks: - id: pydoclint