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.
1 parent 9b18b0b commit 7c8d545Copy full SHA for 7c8d545
.pre-commit-config.yaml
@@ -11,22 +11,22 @@ repos:
11
- id: trailing-whitespace
12
13
- repo: https://github.com/pre-commit/mirrors-prettier
14
- rev: v2.4.1
+ rev: v2.5.1
15
hooks:
16
- id: prettier
17
18
- repo: https://github.com/psf/black
19
- rev: 21.9b0
+ rev: 21.12b0
20
21
- id: black
22
23
- repo: https://github.com/pycqa/isort
24
- rev: 5.9.3
+ rev: 5.10.1
25
26
- id: isort
27
28
- repo: https://github.com/pycqa/flake8
29
- rev: 3.9.2
+ rev: 4.0.1
30
31
- id: flake8
32
@@ -36,6 +36,6 @@ repos:
36
- id: yamllint
37
38
- repo: https://github.com/pre-commit/mirrors-mypy
39
- rev: v0.910
+ rev: v0.910-1
40
41
- id: mypy
0 commit comments