Skip to content

Commit

Permalink
bump pre-commit-config
Browse files Browse the repository at this point in the history
  • Loading branch information
myname committed Oct 17, 2023
1 parent 0674d2f commit 65a8bf5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
repos:

- repo: https://github.com/asottile/reorder_python_imports
rev: v3.9.0
rev: v3.12.0
hooks:
- id: reorder-python-imports

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

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.256
rev: v0.1.0
hooks:
- id: ruff
args:
Expand All @@ -33,7 +33,7 @@ repos:
- flake8-annotations==2.9.0

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-added-large-files
- id: check-docstring-first
Expand All @@ -49,12 +49,12 @@ repos:
- --markdown-linebreak-ext=md

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

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

Expand Down

0 comments on commit 65a8bf5

Please sign in to comment.