We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e80df43 + f2a33cf commit 65587b4Copy full SHA for 65587b4
1 file changed
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ ci:
2
autoupdate_schedule: 'quarterly'
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.0.1
+ rev: v4.1.0
6
hooks:
7
- id: check-docstring-first
8
- id: end-of-file-fixer
@@ -22,22 +22,22 @@ repos:
22
23
- id: isort
24
- repo: https://github.com/psf/black
25
- rev: 21.10b0
+ rev: 21.12b0
26
27
- id: black
28
- repo: https://github.com/asottile/pyupgrade
29
- rev: v2.29.0
+ rev: v2.31.0
30
31
- id: pyupgrade
32
args: [--py37-plus]
33
- repo: https://github.com/pre-commit/mirrors-prettier
34
- rev: 'v2.4.1'
+ rev: 'v2.5.1'
35
36
- id: prettier
37
types: [ts]
38
39
- repo: https://github.com/pre-commit/mirrors-eslint
40
- rev: 'v8.2.0'
+ rev: 'v8.6.0'
41
42
- id: eslint
43
files: \.ts$ # *.ts
0 commit comments