Skip to content

Commit 1b9b4cb

Browse files
ci(autoupdate): Autoupdating commit msg (#22)
updates: - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v3.0.0](pre-commit/mirrors-prettier@v3.0.0-alpha.9-for-vscode...v3.0.0) - [github.com/pre-commit/mirrors-eslint: v8.44.0 → v8.45.0](pre-commit/mirrors-eslint@v8.44.0...v8.45.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent caa9c94 commit 1b9b4cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
- id: trailing-whitespace
2121
files: ^backend/
2222
- repo: https://github.com/psf/black
23-
rev: 23.3.0
23+
rev: 23.7.0
2424
hooks:
2525
- id: black
2626
language_version: python3.11
@@ -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-alpha.9-for-vscode"
49+
rev: "v3.0.0"
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.44.0"
55+
rev: "v8.45.0"
5656
hooks:
5757
- id: eslint
5858
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx

0 commit comments

Comments
 (0)