Skip to content

Commit dd49608

Browse files
authored
Merge pull request #122 from jupyter-server/pre-commit-ci-update-config
2 parents e6ec53f + d61d4de commit dd49608

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
repos:
22
- repo: https://github.com/asottile/reorder_python_imports
3-
rev: v1.9.0
3+
rev: v3.0.1
44
hooks:
55
- id: reorder-python-imports
66
language_version: python3
77
- repo: https://github.com/psf/black
8-
rev: 20.8b1
8+
rev: 22.3.0
99
hooks:
1010
- id: black
11-
- repo: https://gitlab.com/pycqa/flake8
12-
rev: "3.8.4"
11+
- repo: https://github.com/PyCQA/flake8
12+
rev: "4.0.1"
1313
hooks:
1414
- id: flake8
1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v3.4.0
16+
rev: v4.1.0
1717
hooks:
1818
- id: end-of-file-fixer
1919
- id: check-json

0 commit comments

Comments
 (0)