Skip to content

Commit c1e7b81

Browse files
authored
Merge pull request #505 from ipython/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents e79e2f9 + 786636c commit c1e7b81

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
repos:
22
- repo: https://github.com/asottile/reorder_python_imports
3-
rev: v1.9.0
3+
rev: v2.5.0
44
hooks:
55
- id: reorder-python-imports
66
- repo: https://github.com/psf/black
7-
rev: 20.8b1
7+
rev: 21.6b0
88
hooks:
99
- id: black
1010
- repo: https://github.com/pre-commit/mirrors-prettier
11-
rev: v2.2.1
11+
rev: v2.3.2
1212
hooks:
1313
- id: prettier
14-
- repo: https://gitlab.com/pycqa/flake8
15-
rev: "3.8.4"
14+
- repo: https://github.com/PyCQA/flake8
15+
rev: "3.9.2"
1616
hooks:
1717
- id: flake8
1818
- repo: https://github.com/pre-commit/pre-commit-hooks
19-
rev: v3.4.0
19+
rev: v4.0.1
2020
hooks:
2121
- id: end-of-file-fixer
2222
- id: check-case-conflict

0 commit comments

Comments
 (0)