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.10 → v0.5.0](astral-sh/ruff-pre-commit@v0.4.10...v0.5.0)
- [github.com/python-jsonschema/check-jsonschema: 0.28.5 → 0.28.6](python-jsonschema/check-jsonschema@0.28.5...0.28.6)
- [github.com/ComPWA/mirrors-pyright: v1.1.368 → v1.1.369](ComPWA/mirrors-pyright@v1.1.368...v1.1.369)
  • Loading branch information
pre-commit-ci[bot] authored Jul 2, 2024
1 parent 9aac7fe commit 40ad9bc
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 @@ -60,7 +60,7 @@ repos:
- --extras-require=doc,jax,pwa,viz

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

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.5
rev: 0.28.6
hooks:
- id: check-jsonschema
name: Check CITATION.cff
Expand Down Expand Up @@ -152,6 +152,6 @@ repos:
- python

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

0 comments on commit 40ad9bc

Please sign in to comment.