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 1b9b4cb commit 571981cCopy full SHA for 571981c
.pre-commit-config.yaml
@@ -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"
+ rev: "v3.0.1"
50
hooks:
51
- id: prettier
52
files: \.[jt]sx?$
53
types_or: [css, javascript]
54
- repo: https://github.com/pre-commit/mirrors-eslint
55
- rev: "v8.45.0"
+ rev: "v8.46.0"
56
57
- id: eslint
58
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
0 commit comments