Skip to content

Commit 03545a1

Browse files
authored
Merge pull request #1595 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 372bc24 + 2a5a38d commit 03545a1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626

2727
# Autoformat: Python code
2828
- repo: https://github.com/pycqa/isort
29-
rev: 5.11.1
29+
rev: v5.11.3
3030
hooks:
3131
- id: isort
3232
# args are not passed, but see the config in pyproject.toml
@@ -80,3 +80,7 @@ repos:
8080
# versioneer.py is excluded for being an imported dependency we opt to not
8181
# modify ourselves. This is also set in .flake8 for consistency.
8282
exclude: versioneer.py|binderhub/_version.py
83+
84+
# pre-commit.ci config reference: https://pre-commit.ci/#configuration
85+
ci:
86+
autoupdate_schedule: monthly

0 commit comments

Comments
 (0)