Skip to content

Commit f3fd6b0

Browse files
authored
Merge pull request #2985 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents b6d48a7 + 371846e commit f3fd6b0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@ repos:
3636
- --target-version=py38
3737
- --target-version=py39
3838
- --target-version=py310
39+
- --target-version=py311
3940

4041
# Autoformat: Python code
4142
- repo: https://github.com/pycqa/isort
42-
rev: 5.11.1
43+
rev: v5.11.3
4344
hooks:
4445
- id: isort
4546
args:
@@ -76,3 +77,7 @@ repos:
7677
args:
7778
- --ignore=E,C,W
7879
- --builtins=c
80+
81+
# pre-commit.ci config reference: https://pre-commit.ci/#configuration
82+
ci:
83+
autoupdate_schedule: monthly

0 commit comments

Comments
 (0)