Skip to content

Commit 92606b9

Browse files
authored
Merge pull request #280 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 2a9eda0 + bd4bc72 commit 92606b9

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,7 +11,7 @@
1111
repos:
1212
# Autoformat: Python code
1313
- repo: https://github.com/psf/black
14-
rev: "23.3.0"
14+
rev: "23.7.0"
1515
hooks:
1616
- id: black
1717
args:
@@ -24,13 +24,13 @@ repos:
2424

2525
# Autoformat: markdown, yaml
2626
- repo: https://github.com/pre-commit/mirrors-prettier
27-
rev: v3.0.0-alpha.9-for-vscode
27+
rev: v3.0.3
2828
hooks:
2929
- id: prettier
3030

3131
# Lint: Python code
3232
- repo: https://github.com/PyCQA/flake8
33-
rev: "6.0.0"
33+
rev: "6.1.0"
3434
hooks:
3535
- id: flake8
3636

0 commit comments

Comments
 (0)