Skip to content

Commit

Permalink
chore(deps): update pre-commit hooks (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored May 28, 2024
1 parent dd88776 commit 0305a01
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 @@ -18,7 +18,7 @@ repos:
- id: check-yaml

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.4.4"
rev: "v0.4.5"
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand All @@ -32,7 +32,7 @@ repos:
args: []

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell

Expand Down

0 comments on commit 0305a01

Please sign in to comment.