Skip to content

Commit 0b8e469

Browse files
committed
Update pre-commit hooks
Particularly upgrade isort to fix dependency issue. PyCQA/isort#2078
1 parent c62ce68 commit 0b8e469

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,20 +48,20 @@ repos:
4848
hooks:
4949
- id: yesqa
5050
- repo: https://github.com/pre-commit/pygrep-hooks
51-
rev: v1.9.0
51+
rev: v1.10.0
5252
hooks:
5353
- id: python-check-blanket-noqa
5454
- id: python-check-blanket-type-ignore
5555
- repo: https://github.com/PyCQA/isort
56-
rev: 5.11.4
56+
rev: 5.12.0
5757
hooks:
5858
- id: isort
5959
- repo: https://github.com/psf/black
60-
rev: 22.12.0
60+
rev: 23.1.0
6161
hooks:
6262
- id: black
6363
- repo: https://github.com/psf/black
64-
rev: 22.12.0
64+
rev: 23.1.0
6565
hooks:
6666
- id: black
6767
files: Tiltfile$

0 commit comments

Comments
 (0)