Skip to content

Commit

Permalink
MAINT: autoupdate pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/kynan/nbstripout: 0.6.1 → 0.7.1](kynan/nbstripout@0.6.1...0.7.1)
- [github.com/ComPWA/policy: 0.2.3 → 0.3.3](ComPWA/policy@0.2.3...0.3.3)
- [github.com/psf/black-pre-commit-mirror: 23.12.1 → 24.3.0](psf/black-pre-commit-mirror@23.12.1...24.3.0)
- [github.com/ComPWA/mirrors-pyright: v1.1.345 → v1.1.356](ComPWA/pyright-pre-commit@v1.1.345...v1.1.356)
- [github.com/astral-sh/ruff-pre-commit: v0.1.13 → v0.3.5](astral-sh/ruff-pre-commit@v0.1.13...v0.3.5)
  • Loading branch information
pre-commit-ci[bot] authored Apr 1, 2024
1 parent 4a91e60 commit 55385b2
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 @@ -13,7 +13,7 @@ repos:
- id: check-useless-excludes

- repo: https://github.com/kynan/nbstripout
rev: 0.6.1
rev: 0.7.1
hooks:
- id: nbstripout
args:
Expand All @@ -38,7 +38,7 @@ repos:
metadata.vscode
- repo: https://github.com/ComPWA/policy
rev: 0.2.3
rev: 0.3.3
hooks:
- id: check-dev-files
args:
Expand All @@ -65,7 +65,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.12.1
rev: 24.3.0
hooks:
- id: black
- id: black-jupyter
Expand Down Expand Up @@ -101,12 +101,12 @@ repos:
)$
- repo: https://github.com/ComPWA/mirrors-pyright
rev: v1.1.345
rev: v1.1.356
hooks:
- id: pyright

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

0 comments on commit 55385b2

Please sign in to comment.