Skip to content

Commit

Permalink
MAINT: update pip constraints and pre-commit
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.3.3 → v0.3.5](astral-sh/ruff-pre-commit@v0.3.3...v0.3.5)
- [github.com/streetsidesoftware/cspell-cli: v8.6.0 → v8.6.1](streetsidesoftware/cspell-cli@v8.6.0...v8.6.1)
- [github.com/ComPWA/mirrors-pyright: v1.1.354 → v1.1.356](ComPWA/mirrors-pyright@v1.1.354...v1.1.356)
  • Loading branch information
pre-commit-ci[bot] committed Apr 1, 2024
1 parent 839b923 commit 76410a9
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 @@ -50,7 +50,7 @@ repos:
- id: colab-toc-visible

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.3
rev: v0.3.5
hooks:
- id: ruff
args: [--fix]
Expand Down Expand Up @@ -91,7 +91,7 @@ repos:
- --in-place

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

Expand All @@ -107,6 +107,6 @@ repos:
)$
- repo: https://github.com/ComPWA/mirrors-pyright
rev: v1.1.354
rev: v1.1.356
hooks:
- id: pyright

0 comments on commit 76410a9

Please sign in to comment.