Skip to content

Commit 40682d7

Browse files
authored
Merge pull request #1322 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 809f511 + 97ce87c commit 40682d7

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
@@ -23,7 +23,7 @@ repos:
2323

2424
# Autoformat: Python code
2525
- repo: https://github.com/psf/black
26-
rev: 23.10.1
26+
rev: 23.12.1
2727
hooks:
2828
- id: black
2929
args:
@@ -36,15 +36,15 @@ repos:
3636

3737
# Autoformat: Python code
3838
- repo: https://github.com/pycqa/isort
39-
rev: 5.12.0
39+
rev: 5.13.2
4040
hooks:
4141
- id: isort
4242
args:
4343
- --profile=black
4444

4545
# Autoformat: markdown
4646
- repo: https://github.com/pre-commit/mirrors-prettier
47-
rev: v3.0.3
47+
rev: v4.0.0-alpha.8
4848
hooks:
4949
- id: prettier
5050
files: ".md"

0 commit comments

Comments
 (0)