Skip to content

Commit 468cb8a

Browse files
authored
Merge pull request jupyterhub#2760 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents b9450c7 + 3a51cec commit 468cb8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ exclude: "(.*/)?secrets/.*"
1414
repos:
1515
# Autoformat: Python code, syntax patterns are modernized
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.10.1
17+
rev: v3.14.0
1818
hooks:
1919
- id: pyupgrade
2020
args:
2121
- --py37-plus
2222

2323
# Autoformat: Python code
2424
- repo: https://github.com/psf/black
25-
rev: 23.7.0
25+
rev: 23.9.1
2626
hooks:
2727
- id: black
2828
args:

0 commit comments

Comments
 (0)