Skip to content

Commit

Permalink
MAINT: autoupdate pre-commit hooks (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer authored Mar 11, 2024
1 parent 0d7784c commit 35f6bd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
- id: check-useless-excludes

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.1
rev: v0.3.2
hooks:
- id: ruff
args: [--fix]
Expand Down Expand Up @@ -83,7 +83,7 @@ repos:
exclude: (?x)^(labels/.*\.toml)$

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.3.0
rev: v8.6.0
hooks:
- id: cspell

Expand All @@ -109,6 +109,6 @@ repos:
- python

- repo: https://github.com/ComPWA/mirrors-pyright
rev: v1.1.350
rev: v1.1.353
hooks:
- id: pyright

0 comments on commit 35f6bd9

Please sign in to comment.