Skip to content

Commit 571981c

Browse files
ci(autoupdate): Autoupdating commit msg (#24)
updates: - [github.com/pre-commit/mirrors-prettier: v3.0.0 → v3.0.1](pre-commit/mirrors-prettier@v3.0.0...v3.0.1) - [github.com/pre-commit/mirrors-eslint: v8.45.0 → v8.46.0](pre-commit/mirrors-eslint@v8.45.0...v8.46.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1b9b4cb commit 571981c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ repos:
4646
args:
4747
- --config-file=backend/pyproject.toml
4848
- repo: https://github.com/pre-commit/mirrors-prettier
49-
rev: "v3.0.0"
49+
rev: "v3.0.1"
5050
hooks:
5151
- id: prettier
5252
files: \.[jt]sx?$
5353
types_or: [css, javascript]
5454
- repo: https://github.com/pre-commit/mirrors-eslint
55-
rev: "v8.45.0"
55+
rev: "v8.46.0"
5656
hooks:
5757
- id: eslint
5858
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx

0 commit comments

Comments
 (0)