Skip to content

Commit d4e2346

Browse files
authored
Merge pull request #156 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents b20ee6f + 06eecfc commit d4e2346

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,14 +11,14 @@
1111
repos:
1212
# Autoformat: Python code
1313
- repo: https://github.com/psf/black
14-
rev: 22.1.0
14+
rev: 22.3.0
1515
hooks:
1616
- id: black
1717
args: [--target-version=py36]
1818

1919
# Autoformat: markdown, yaml
2020
- repo: https://github.com/pre-commit/mirrors-prettier
21-
rev: v2.6.1
21+
rev: v2.6.2
2222
hooks:
2323
- id: prettier
2424

@@ -30,7 +30,7 @@ repos:
3030

3131
# Misc...
3232
- repo: https://github.com/pre-commit/pre-commit-hooks
33-
rev: v4.1.0
33+
rev: v4.2.0
3434
# ref: https://github.com/pre-commit/pre-commit-hooks#hooks-available
3535
hooks:
3636
# Autoformat: Makes sure files end in a newline and only a newline.

0 commit comments

Comments
 (0)