Skip to content

Commit

Permalink
MAINT: autoupdate pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/ComPWA/policy: 0.3.4 → 0.3.9](ComPWA/policy@0.3.4...0.3.9)
- [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.5.0](astral-sh/ruff-pre-commit@v0.3.5...v0.5.0)
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/ComPWA/mirrors-pyright: v1.1.357 → v1.1.369](ComPWA/pyright-pre-commit@v1.1.357...v1.1.369)
  • Loading branch information
pre-commit-ci[bot] authored Jul 2, 2024
1 parent e51351f commit ddf5481
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
- id: check-useless-excludes

- repo: https://github.com/ComPWA/policy
rev: 0.3.4
rev: 0.3.9
hooks:
- id: colab-toc-visible
- id: check-dev-files
Expand All @@ -25,7 +25,7 @@ repos:
- --repo-name=jax-mini-benchmark

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.5
rev: v0.5.0
hooks:
- id: ruff
args: [--fix]
Expand All @@ -34,7 +34,7 @@ repos:
types_or: [python, pyi, jupyter]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-ast
- id: check-case-conflict
Expand Down Expand Up @@ -76,6 +76,6 @@ repos:
)$
- repo: https://github.com/ComPWA/mirrors-pyright
rev: v1.1.357
rev: v1.1.369
hooks:
- id: pyright

0 comments on commit ddf5481

Please sign in to comment.