Skip to content

Commit

Permalink
chore: update pre-commit hooks (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored May 28, 2024
1 parent b72450f commit d6b739f
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 @@ -41,7 +41,7 @@ repos:
additional_dependencies: [black==23.*]

- 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 @@ -55,7 +55,7 @@ repos:
args: []

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
args: ["-w"]
Expand Down

0 comments on commit d6b739f

Please sign in to comment.