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.4](astral-sh/ruff-pre-commit@v0.3.5...v0.5.4)
- [github.com/streetsidesoftware/cspell-cli: v8.6.1 → v8.11.0](streetsidesoftware/cspell-cli@v8.6.1...v8.11.0)
  • Loading branch information
pre-commit-ci[bot] authored Jul 22, 2024
1 parent 42a87dc commit 66ccc53
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.4'
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.11.0
hooks:
- id: cspell

Expand Down

0 comments on commit 66ccc53

Please sign in to comment.