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 214c6b6 commit 1be17deCopy full SHA for 1be17de
.pre-commit-config.yaml
@@ -22,22 +22,22 @@ repos:
22
hooks:
23
- id: isort
24
- repo: https://github.com/psf/black
25
- rev: 21.12b0
+ rev: 22.3.0
26
27
- id: black
28
- repo: https://github.com/asottile/pyupgrade
29
- rev: v2.31.0
+ rev: v2.31.1
30
31
- id: pyupgrade
32
args: [--py37-plus]
33
- repo: https://github.com/pre-commit/mirrors-prettier
34
- rev: 'v2.5.1'
+ rev: 'v2.6.2'
35
36
- id: prettier
37
types: [ts]
38
39
- repo: https://github.com/pre-commit/mirrors-eslint
40
- rev: 'v8.6.0'
+ rev: 'v8.12.0'
41
42
- id: eslint
43
files: \.ts$ # *.ts
0 commit comments