Skip to content

Commit 3da9743

Browse files
authored
Merge pull request #956 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents aec331b + 0f5a0cc commit 3da9743

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
@@ -31,19 +31,19 @@ repos:
3131

3232
# Autoformat: Python code
3333
- repo: https://github.com/pycqa/isort
34-
rev: 5.12.0
34+
rev: 5.13.2
3535
hooks:
3636
- id: isort
3737

3838
# Autoformat: Python code
3939
- repo: https://github.com/psf/black
40-
rev: 23.10.1
40+
rev: 23.12.1
4141
hooks:
4242
- id: black
4343

4444
# Autoformat: markdown, yaml
4545
- repo: https://github.com/pre-commit/mirrors-prettier
46-
rev: v3.0.3
46+
rev: v4.0.0-alpha.8
4747
hooks:
4848
- id: prettier
4949

0 commit comments

Comments
 (0)