Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1894)
Browse files Browse the repository at this point in the history
updates:
- [github.com/rbubley/mirrors-prettier: v3.4.1 → v3.4.2](rbubley/mirrors-prettier@v3.4.1...v3.4.2)
- [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.8.2](astral-sh/ruff-pre-commit@v0.8.1...v0.8.2)
- [github.com/streetsidesoftware/cspell-cli: v8.16.0 → v8.16.1](streetsidesoftware/cspell-cli@v8.16.0...v8.16.1)
- [github.com/jsh9/pydoclint: 0.5.9 → 0.5.10](jsh9/pydoclint@0.5.9...0.5.10)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
pre-commit-ci[bot] authored Dec 10, 2024
1 parent 8ec3b01 commit 71280c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 71280c2

Please sign in to comment.