We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 073879c commit a5bd7d3Copy full SHA for a5bd7d3
1 file changed
.pre-commit-config.yaml
@@ -32,7 +32,7 @@ repos:
32
stages: [commit-msg]
33
34
- repo: https://github.com/compilerla/conventional-pre-commit
35
- rev: v2.1.1
+ rev: v2.3.0
36
hooks:
37
- id: conventional-pre-commit
38
@@ -79,15 +79,15 @@ repos:
79
files: ^api/.*\.py$
80
81
- repo: https://github.com/pre-commit/mirrors-prettier
82
- rev: v2.7.1
+ rev: v3.0.2
83
84
- id: prettier
85
files: ^web/src/.*\.(ts|tsx|js|css|html|json)$
86
args:
87
["--config=web/.prettierrc.js", "--ignore-path=web/.prettierignore"]
88
89
- repo: https://github.com/pre-commit/mirrors-eslint
90
- rev: "v8.45.0"
+ rev: "v8.47.0"
91
92
- id: eslint
93
additional_dependencies:
@@ -138,4 +138,3 @@ repos:
138
types: [text]
139
140
- tomli
141
-
0 commit comments