Skip to content

Commit

Permalink
chore: pre-commit autoupdate (#1694)
Browse files Browse the repository at this point in the history
updates:
- [github.com/streetsidesoftware/cspell-cli: v8.15.2 → v8.16.0](streetsidesoftware/cspell-cli@v8.15.2...v8.16.0)
- [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.8.1](astral-sh/ruff-pre-commit@v0.7.2...v0.8.1)
- [github.com/igorshubovych/markdownlint-cli: v0.42.0 → v0.43.0](igorshubovych/markdownlint-cli@v0.42.0...v0.43.0)
- [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.18.0 → v9.19.0](alessandrojcm/commitlint-pre-commit-hook@v9.18.0...v9.19.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Alison Hart <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and alisonlhart authored Dec 3, 2024
1 parent fa5705a commit 182eab6
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
Expand Up @@ -23,7 +23,7 @@ exclude: >
minimum_pre_commit_version: 4.0.0 # Related to https://github.com/ekalinin/nodeenv/issues/369
repos:
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.15.2
rev: v8.16.0
hooks:
- id: cspell
# name: Spell check with cspell
Expand All @@ -45,7 +45,7 @@ repos:
- -e
- SC1091
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.2
rev: v0.8.1
hooks:
- id: ruff
args:
Expand Down Expand Up @@ -181,7 +181,7 @@ repos:
docs/als/settings.md
)$
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.42.0
rev: v0.43.0
hooks:
- id: markdownlint
exclude: >
Expand All @@ -197,7 +197,7 @@ repos:
docs/development/webview_guide.md
$
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.18.0
rev: v9.19.0
hooks:
- id: commitlint
stages: [commit-msg]

0 comments on commit 182eab6

Please sign in to comment.