Skip to content

Commit 0049297

Browse files
authored
Merge pull request #1583 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 992cac3 + 960f9d0 commit 0049297

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,22 +11,22 @@
1111
repos:
1212
# Autoformat: Python code, syntax patterns are modernized
1313
- repo: https://github.com/asottile/pyupgrade
14-
rev: v3.3.0
14+
rev: v3.3.1
1515
hooks:
1616
- id: pyupgrade
1717
args:
1818
- --py37-plus
1919

2020
# Autoformat: Python code
2121
- repo: https://github.com/psf/black
22-
rev: 22.10.0
22+
rev: 22.12.0
2323
hooks:
2424
- id: black
2525
# args are not passed, but see the config in pyproject.toml
2626

2727
# Autoformat: Python code
2828
- repo: https://github.com/pycqa/isort
29-
rev: 5.10.1
29+
rev: 5.11.1
3030
hooks:
3131
- id: isort
3232
# args are not passed, but see the config in pyproject.toml

0 commit comments

Comments
 (0)