Skip to content

Commit 92e7325

Browse files
[pre-commit.ci] pre-commit autoupdate (#315)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Steven Silvester <[email protected]>
1 parent d473c42 commit 92e7325

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/psf/black
19-
rev: 22.8.0
19+
rev: 22.10.0
2020
hooks:
2121
- id: black
2222
args: ["--line-length", "100"]
@@ -35,7 +35,7 @@ repos:
3535
exclude: "jupyterlab_server/templates/.*.html"
3636

3737
- repo: https://github.com/asottile/pyupgrade
38-
rev: v2.38.2
38+
rev: v3.0.0
3939
hooks:
4040
- id: pyupgrade
4141
args: [--py37-plus]

0 commit comments

Comments
 (0)