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 caa9c94 commit 1b9b4cbCopy full SHA for 1b9b4cb
.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
20
- id: trailing-whitespace
21
files: ^backend/
22
- repo: https://github.com/psf/black
23
- rev: 23.3.0
+ rev: 23.7.0
24
hooks:
25
- id: black
26
language_version: python3.11
@@ -46,13 +46,13 @@ repos:
46
args:
47
- --config-file=backend/pyproject.toml
48
- repo: https://github.com/pre-commit/mirrors-prettier
49
- rev: "v3.0.0-alpha.9-for-vscode"
+ rev: "v3.0.0"
50
51
- id: prettier
52
files: \.[jt]sx?$
53
types_or: [css, javascript]
54
- repo: https://github.com/pre-commit/mirrors-eslint
55
- rev: "v8.44.0"
+ rev: "v8.45.0"
56
57
- id: eslint
58
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
0 commit comments