Skip to content

Commit a5bd7d3

Browse files
committed
ci(pre-commit): update hook versions
1 parent 073879c commit a5bd7d3

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
stages: [commit-msg]
3333

3434
- repo: https://github.com/compilerla/conventional-pre-commit
35-
rev: v2.1.1
35+
rev: v2.3.0
3636
hooks:
3737
- id: conventional-pre-commit
3838
stages: [commit-msg]
@@ -79,15 +79,15 @@ repos:
7979
files: ^api/.*\.py$
8080

8181
- repo: https://github.com/pre-commit/mirrors-prettier
82-
rev: v2.7.1
82+
rev: v3.0.2
8383
hooks:
8484
- id: prettier
8585
files: ^web/src/.*\.(ts|tsx|js|css|html|json)$
8686
args:
8787
["--config=web/.prettierrc.js", "--ignore-path=web/.prettierignore"]
8888

8989
- repo: https://github.com/pre-commit/mirrors-eslint
90-
rev: "v8.45.0"
90+
rev: "v8.47.0"
9191
hooks:
9292
- id: eslint
9393
additional_dependencies:
@@ -138,4 +138,3 @@ repos:
138138
types: [text]
139139
additional_dependencies:
140140
- tomli
141-

0 commit comments

Comments
 (0)