Skip to content

Commit

Permalink
MAINT: autoupdate pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [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/policy: 0.3.4 → 0.3.9](ComPWA/policy@0.3.4...0.3.9)
- [github.com/streetsidesoftware/cspell-cli: v8.6.1 → v8.9.0](streetsidesoftware/cspell-cli@v8.6.1...v8.9.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 96f2f2b commit 05a9a4b
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 @@ -14,14 +14,14 @@ repos:
- id: check-useless-excludes

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.5
rev: v0.5.0
hooks:
- id: ruff
args: [--fix]
- id: ruff-format

- 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 @@ -66,7 +66,7 @@ repos:
- --in-place

- repo: https://github.com/ComPWA/policy
rev: 0.3.4
rev: 0.3.9
hooks:
- id: check-dev-files
args:
Expand All @@ -76,7 +76,7 @@ repos:
- --repo-title=sphinx-hep-pdgref

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

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

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

0 comments on commit 05a9a4b

Please sign in to comment.