Skip to content

Commit 192ea82

Browse files
authored
Merge pull request #174 from jupyter/pre-commit-ci-update-config
2 parents 41c5e27 + fef72cf commit 192ea82

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
ci:
2+
autoupdate_schedule: monthly
3+
14
repos:
25
- repo: https://github.com/psf/black
36
rev: 22.12.0 # Replace by any tag/version: https://github.com/psf/black/tags
@@ -6,7 +9,7 @@ repos:
69
language_version: python3 # Should be a command that runs python3.6+
710

811
- repo: https://github.com/PyCQA/isort
9-
rev: v5.11.3
12+
rev: 5.11.4
1013
hooks:
1114
- id: isort
1215
files: \.py$

0 commit comments

Comments
 (0)