Skip to content

Commit a6449bb

Browse files
authored
Merge pull request #847 from jupyter/pre-commit-ci-update-config
2 parents 5874148 + 042fb08 commit a6449bb

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
@@ -16,18 +16,18 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/asottile/reorder_python_imports
19-
rev: v3.8.3
19+
rev: v3.8.4
2020
hooks:
2121
- id: reorder-python-imports
2222

2323
- repo: https://github.com/psf/black
24-
rev: 22.8.0
24+
rev: 22.10.0
2525
hooks:
2626
- id: black
2727
args: ["--line-length", "100"]
2828

2929
- repo: https://github.com/pre-commit/mirrors-prettier
30-
rev: v3.0.0-alpha.0
30+
rev: v3.0.0-alpha.1
3131
hooks:
3232
- id: prettier
3333

@@ -47,7 +47,7 @@ repos:
4747
stages: [manual]
4848

4949
- repo: https://github.com/pre-commit/mirrors-mypy
50-
rev: v0.981
50+
rev: v0.982
5151
hooks:
5252
- id: mypy
5353
exclude: tests

0 commit comments

Comments
 (0)