Skip to content

Commit f3f2e7a

Browse files
authored
Merge pull request #63 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 5e078bb + 0d384ee commit f3f2e7a

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
@@ -28,19 +28,19 @@ repos:
2828

2929
# Autoformat: Python code
3030
- repo: https://github.com/pycqa/isort
31-
rev: 5.12.0
31+
rev: 5.13.2
3232
hooks:
3333
- id: isort
3434

3535
# Autoformat: Python code
3636
- repo: https://github.com/psf/black
37-
rev: 23.10.1
37+
rev: 23.12.1
3838
hooks:
3939
- id: black
4040

4141
# Autoformat: markdown, yaml, javascript (see the file .prettierignore)
4242
- repo: https://github.com/pre-commit/mirrors-prettier
43-
rev: v3.0.3
43+
rev: v4.0.0-alpha.8
4444
hooks:
4545
- id: prettier
4646
exclude: COPYING.md

0 commit comments

Comments
 (0)