Skip to content

Commit 9e40fe6

Browse files
ci(autoupdate): Autoupdating commit msg (#32)
* ci(autoupdate): Autoupdating commit msg updates: - [github.com/psf/black: 23.11.0 → 24.1.1](psf/black@23.11.0...24.1.1) - [github.com/pycqa/isort: 5.13.1 → 5.13.2](PyCQA/isort@5.13.1...5.13.2) - [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.8.0](pre-commit/mirrors-mypy@v1.7.1...v1.8.0) - [github.com/pre-commit/mirrors-prettier: v4.0.0-alpha.4 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v4.0.0-alpha.4...v4.0.0-alpha.8) - [github.com/pre-commit/mirrors-eslint: v8.55.0 → v9.0.0-alpha.2](pre-commit/mirrors-eslint@v8.55.0...v9.0.0-alpha.2) * ci(pre-commit): Autofixing commit msg from pre-commit.com hooks --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f92831f commit 9e40fe6

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ repos:
2020
- id: trailing-whitespace
2121
files: ^backend/
2222
- repo: https://github.com/psf/black
23-
rev: 23.11.0
23+
rev: 24.1.1
2424
hooks:
2525
- id: black
2626
language_version: python3.11
2727
args:
2828
- --config=backend/pyproject.toml
2929
- repo: https://github.com/pycqa/isort
30-
rev: 5.13.1
30+
rev: 5.13.2
3131
hooks:
3232
- id: isort
3333
name: isort (python)
@@ -40,19 +40,19 @@ repos:
4040
additional_dependencies:
4141
- tomli
4242
- repo: https://github.com/pre-commit/mirrors-mypy
43-
rev: "v1.7.1"
43+
rev: "v1.8.0"
4444
hooks:
4545
- id: mypy
4646
args:
4747
- --config-file=backend/pyproject.toml
4848
- repo: https://github.com/pre-commit/mirrors-prettier
49-
rev: "v4.0.0-alpha.4"
49+
rev: "v4.0.0-alpha.8"
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.55.0"
55+
rev: "v9.0.0-alpha.2"
5656
hooks:
5757
- id: eslint
5858
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx

backend/src/repository/migrations/versions/2022_12_09_1825-60d1844cb5d3_initial_migration_fo_account_table.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Create Date: 2022-12-09 18:25:25.301186
66
77
"""
8+
89
import sqlalchemy as sa
910
from alembic import op
1011

0 commit comments

Comments
 (0)