Skip to content

Commit

Permalink
update pre-commit-config libs version
Browse files Browse the repository at this point in the history
  • Loading branch information
myname committed Nov 24, 2023
1 parent 194cf2a commit 4c3a22d
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 @@ -6,14 +6,14 @@ repos:
- id: reorder-python-imports

- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.11.0
hooks:
- id: black
args:
- --line-length=119

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.1.0
rev: v0.1.6
hooks:
- id: ruff
args:
Expand Down Expand Up @@ -49,16 +49,16 @@ repos:
- --markdown-linebreak-ext=md

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.6.0
rev: v1.7.0
hooks:
- id: mypy

- repo: https://github.com/ComPWA/mirrors-pyright
rev: v1.1.331
rev: v1.1.337
hooks:
- id: pyright

- repo: https://github.com/hcodes/yaspeller.git
rev: v8.0.1
rev: v10.0.1
hooks:
- id: yaspeller

0 comments on commit 4c3a22d

Please sign in to comment.