We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 372bc24 + 2a5a38d commit 03545a1Copy full SHA for 03545a1
.pre-commit-config.yaml
@@ -26,7 +26,7 @@ repos:
26
27
# Autoformat: Python code
28
- repo: https://github.com/pycqa/isort
29
- rev: 5.11.1
+ rev: v5.11.3
30
hooks:
31
- id: isort
32
# args are not passed, but see the config in pyproject.toml
@@ -80,3 +80,7 @@ repos:
80
# versioneer.py is excluded for being an imported dependency we opt to not
81
# modify ourselves. This is also set in .flake8 for consistency.
82
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