Skip to content

Commit dc983c9

Browse files
authored
Merge pull request #2466 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 7acdc8a + ccfc687 commit dc983c9

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 3 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.3.0
17+
rev: v3.3.1
1818
hooks:
1919
- id: pyupgrade
2020
args:
2121
- --py37-plus
2222

2323
# Autoformat: Python code
2424
- repo: https://github.com/psf/black
25-
rev: 22.10.0
25+
rev: 22.12.0
2626
hooks:
2727
- id: black
2828
args:
@@ -34,7 +34,7 @@ repos:
3434

3535
# Autoformat: Python code
3636
- repo: https://github.com/pycqa/isort
37-
rev: 5.10.1
37+
rev: v5.11.3
3838
hooks:
3939
- id: isort
4040
args:
@@ -76,3 +76,7 @@ repos:
7676
rev: "6.0.0"
7777
hooks:
7878
- id: flake8
79+
80+
# pre-commit.ci config reference: https://pre-commit.ci/#configuration
81+
ci:
82+
autoupdate_schedule: monthly

0 commit comments

Comments
 (0)