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/ComPWA/policy: 0.3.0 → 0.3.3](ComPWA/policy@0.3.0...0.3.3)
- [github.com/astral-sh/ruff-pre-commit: v0.3.1 → v0.3.5](astral-sh/ruff-pre-commit@v0.3.1...v0.3.5)
- [github.com/python-jsonschema/check-jsonschema: 0.28.0 → 0.28.1](python-jsonschema/check-jsonschema@0.28.0...0.28.1)
- [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.352 → v1.1.356](ComPWA/pyright-pre-commit@v1.1.352...v1.1.356)
  • Loading branch information
pre-commit-ci[bot] authored Apr 1, 2024
1 parent 4c10317 commit 3a5c427
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repos:
metadata.vscode
- repo: https://github.com/ComPWA/policy
rev: 0.3.0
rev: 0.3.3
hooks:
- id: check-dev-files
args:
Expand All @@ -60,7 +60,7 @@ repos:
- --extras-require=doc,jax,pwa,viz

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.1
rev: v0.3.5
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.0
rev: 0.28.1
hooks:
- id: check-jsonschema
name: Check CITATION.cff
Expand All @@ -126,7 +126,7 @@ repos:
pass_filenames: false

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

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

- repo: https://github.com/ComPWA/mirrors-pyright
rev: v1.1.352
rev: v1.1.356
hooks:
- id: pyright

0 comments on commit 3a5c427

Please sign in to comment.