8000
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 91a09a0 commit 571bb2bCopy full SHA for 571bb2b
.pre-commit-config.yaml
@@ -28,7 +28,7 @@ repos:
28
- --skip=B201
29
30
- repo: https://github.com/psf/black
31
- rev: 22.3.0
+ rev: 22.6.0
32
hooks:
33
- id: black
34
@@ -51,7 +51,7 @@ repos:
51
args: [--profile, black]
52
53
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
54
- rev: v2.3.0
+ rev: v2.4.0
55
56
- id: pretty-format-yaml
57
args: [--autofix, --indent, '4']
@@ -65,7 +65,7 @@ repos:
65
- --py310-plus
66
67
- repo: https://github.com/pre-commit/mirrors-eslint
68
- rev: v8.18.0
+ rev: v8.19.0
69
70
- id: eslint
71
files: pyscriptjs/src/.*\.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
0 commit comments