Skip to content

Commit

Permalink
TST: update ruff and codespell versions (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw authored Dec 16, 2024
1 parent e1a552e commit 68fbfb0
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 @@ -13,13 +13,13 @@ default_language_version:

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.8
rev: v0.7.0
hooks:
- id: ruff
args: [ --fix ]
- id: ruff-format
- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
rev: v2.3.0
hooks:
- id: codespell
additional_dependencies:
Expand Down

0 comments on commit 68fbfb0

Please sign in to comment.