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.4.5 → v0.5.0](astral-sh/ruff-pre-commit@v0.4.5...v0.5.0)
- [github.com/streetsidesoftware/cspell-cli: v8.8.2 → v8.9.0](streetsidesoftware/cspell-cli@v8.8.2...v8.9.0)
- [github.com/ComPWA/mirrors-pyright: v1.1.364 → v1.1.369](ComPWA/mirrors-pyright@v1.1.364...v1.1.369)
  • Loading branch information
pre-commit-ci[bot] committed Jul 2, 2024
1 parent 0b66007 commit 7dc426c
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 @@ -55,7 +55,7 @@ repos:
- id: colab-toc-visible

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

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.8.2
rev: v8.9.0
hooks:
- id: cspell

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

- repo: https://github.com/ComPWA/mirrors-pyright
rev: v1.1.364
rev: v1.1.369
hooks:
- id: pyright

0 comments on commit 7dc426c

Please sign in to comment.