Skip to content

Commit b886b2f

Browse files
authored
Merge pull request #1528 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 039220c + 421385d commit b886b2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
repos:
1212
# Autoformat: Python code, syntax patterns are modernized
1313
- repo: https://github.com/asottile/pyupgrade
14-
rev: v2.37.3
14+
rev: v2.38.2
1515
hooks:
1616
- id: pyupgrade
1717
args:
1818
- --py37-plus
1919

2020
# Autoformat: Python code
2121
- repo: https://github.com/psf/black
22-
rev: 22.6.0
22+
rev: 22.8.0
2323
hooks:
2424
- id: black
2525
# args are not passed, but see the config in pyproject.toml
@@ -49,7 +49,7 @@ repos:
4949

5050
# Autoformat: js, html, markdown, yaml, json
5151
- repo: https://github.com/pre-commit/mirrors-prettier
52-
rev: v2.7.1
52+
rev: v3.0.0-alpha.0
5353
hooks:
5454
- id: prettier
5555
exclude_types:

0 commit comments

Comments
 (0)