Skip to content

Commit a60a2b0

Browse files
committed
pre-commit formatter
1 parent 930b8ee commit a60a2b0

4 files changed

Lines changed: 181 additions & 4 deletions

File tree

app/.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
repos:
2+
- repo: https://github.com/psf/black
3+
rev: 25.1.0
4+
hooks:
5+
- id: black
6+

app/core/schemas/user_schemas.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ class UserRead(UserBase):
1616
model_config = ConfigDict(
1717
from_attributes=True,
1818
)
19-
2019
id: int

app/poetry.lock

Lines changed: 173 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ dependencies = [
1515
"pydantic-settings (>=2.8.1,<3.0.0)",
1616
"uvicorn (>=0.34.0,<0.35.0)",
1717
"asyncpg (>=0.30.0,<0.31.0)",
18-
"alembic (>=1.15.1,<2.0.0)"
18+
"alembic (>=1.15.1,<2.0.0)",
19+
"pre-commit (>=4.1.0,<5.0.0)"
1920
]
2021

2122

0 commit comments

Comments
 (0)