Skip to content

Commit 8a64fe4

Browse files
authored
Merge pull request #1031 from jupyter/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 499ab24 + de45ce8 commit 8a64fe4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
repos:
22
- repo: https://github.com/asottile/reorder_python_imports
3-
rev: v3.8.5
3+
rev: v3.9.0
44
hooks:
55
- id: reorder-python-imports
66
- repo: https://github.com/psf/black
7-
rev: "22.10.0"
7+
rev: "22.12.0"
88
hooks:
99
- id: black
1010
- repo: https://github.com/PyCQA/flake8
11-
rev: "5.0.4"
11+
rev: "6.0.0"
1212
hooks:
1313
- id: flake8
1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v4.3.0
15+
rev: v4.4.0
1616
hooks:
1717
- id: end-of-file-fixer
1818
- id: check-json
@@ -22,3 +22,4 @@ repos:
2222
- id: check-executables-have-shebangs
2323
ci:
2424
autofix_prs: false
25+
autoupdate_schedule: quarterly

0 commit comments

Comments
 (0)