Skip to content

Commit

Permalink
MAINT: autoupdate pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Jan 10, 2024
1 parent 142f5b3 commit c0c904a
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/repo-maintenance
rev: 0.1.11
rev: 0.1.13a2
hooks:
- id: check-dev-files
args:
Expand All @@ -39,7 +39,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/psf/black-pre-commit-mirror
rev: PLEASE-UPDATE
rev: 23.12.1
hooks:
- id: black
- id: black-jupyter
Expand Down Expand Up @@ -88,12 +88,12 @@ repos:
- id: prettier

- repo: https://github.com/ComPWA/mirrors-pyright
rev: v1.1.344
rev: v1.1.345
hooks:
- id: pyright

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

0 comments on commit c0c904a

Please sign in to comment.