Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#48)
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 24.2.0 → 24.3.0](psf/black@24.2.0...24.3.0)
- [github.com/astral-sh/ruff-pre-commit: v0.3.2 → v0.3.4](astral-sh/ruff-pre-commit@v0.3.2...v0.3.4)
- [github.com/streetsidesoftware/cspell-cli: v8.6.0 → v8.6.1](streetsidesoftware/cspell-cli@v8.6.0...v8.6.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Apr 2, 2024
1 parent 3ee9e31 commit af5eae5
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 @@ -35,19 +35,19 @@ repos:
- prettier-plugin-sort-json

- repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.3.0
hooks:
- id: black

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.3.2"
rev: "v0.3.4"
hooks:
- id: ruff
args:
- "--exit-non-zero-on-fix"

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.6.0
rev: v8.6.1
hooks:
- id: cspell
name: Spell check with cspell
Expand Down

0 comments on commit af5eae5

Please sign in to comment.