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 e79e2f9 + 786636c commit c1e7b81Copy full SHA for c1e7b81
.pre-commit-config.yaml
@@ -1,22 +1,22 @@
1
repos:
2
- repo: https://github.com/asottile/reorder_python_imports
3
- rev: v1.9.0
+ rev: v2.5.0
4
hooks:
5
- id: reorder-python-imports
6
- repo: https://github.com/psf/black
7
- rev: 20.8b1
+ rev: 21.6b0
8
9
- id: black
10
- repo: https://github.com/pre-commit/mirrors-prettier
11
- rev: v2.2.1
+ rev: v2.3.2
12
13
- id: prettier
14
- - repo: https://gitlab.com/pycqa/flake8
15
- rev: "3.8.4"
+ - repo: https://github.com/PyCQA/flake8
+ rev: "3.9.2"
16
17
- id: flake8
18
- repo: https://github.com/pre-commit/pre-commit-hooks
19
- rev: v3.4.0
+ rev: v4.0.1
20
21
- id: end-of-file-fixer
22
- id: check-case-conflict
0 commit comments