Skip to content

Commit

Permalink
build(pre-commit): pre-commit.ci autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.5.2](astral-sh/ruff-pre-commit@v0.3.5...v0.5.2)
- [github.com/streetsidesoftware/cspell-cli: v8.6.1 → v8.10.1](streetsidesoftware/cspell-cli@v8.6.1...v8.10.1)
  • Loading branch information
pre-commit-ci[bot] authored Jul 15, 2024
1 parent 42a87dc commit 8b7b018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ default_stages:
- pre-commit
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.3.5'
rev: 'v0.5.2'
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
Expand All @@ -34,7 +34,7 @@ repos:
- id: poetry-check

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.6.1
rev: v8.10.1
hooks:
- id: cspell

Expand Down

0 comments on commit 8b7b018

Please sign in to comment.