We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a3740d + 534ac2e commit b68ee07Copy full SHA for b68ee07
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.1.0
+ rev: v4.3.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: 22.3.0
+ rev: 22.6.0
26
27
- id: black
28
- repo: https://github.com/asottile/pyupgrade
29
- rev: v2.31.1
+ rev: v2.34.0
30
31
- id: pyupgrade
32
args: [--py37-plus]
33
- repo: https://github.com/pre-commit/mirrors-prettier
34
- rev: 'v2.6.2'
+ rev: 'v2.7.1'
35
36
- id: prettier
37
types: [ts]
38
39
- repo: https://github.com/pre-commit/mirrors-eslint
40
- rev: 'v8.12.0'
+ rev: 'v8.19.0'
41
42
- id: eslint
43
files: \.ts$ # *.ts
0 commit comments