Skip to content

Commit

Permalink
ci(pre-commit): pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.8 → v0.1.9](astral-sh/ruff-pre-commit@v0.1.8...v0.1.9)
- [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8)
- [github.com/streetsidesoftware/cspell-cli: v8.1.1 → v8.2.0](streetsidesoftware/cspell-cli@v8.1.1...v8.2.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 25, 2023
1 parent 759f857 commit af6cf3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ci:

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.8
rev: v0.1.9
hooks:
- id: ruff
args:
Expand Down Expand Up @@ -46,7 +46,7 @@ repos:
- c++
- cuda
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
rev: v4.0.0-alpha.8
hooks:
- id: prettier
stages:
Expand Down Expand Up @@ -113,7 +113,7 @@ repos:
- id: forbid-bidi-controls
- id: alphabetize-codeowners
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.1.1
rev: v8.2.0
hooks:
- id: cspell
- repo: local
Expand Down

0 comments on commit af6cf3b

Please sign in to comment.