precommit
This commit is contained in:
@@ -13,7 +13,7 @@ python = "^3.12"
|
||||
SQLAlchemy = "^2.0.22"
|
||||
psycopg2-binary = "^2.9.9"
|
||||
redis = {extras = ["hiredis"], version = "^5.0.1"}
|
||||
uvicorn = "^0.24.0"
|
||||
uvicorn = "^0.27.0"
|
||||
strawberry-graphql = {extras = ["asgi", "debug-server"], version = "^0.216.1" }
|
||||
strawberry-sqlalchemy-mapper = "^0.4.0"
|
||||
sentry-sdk = "^1.37.1"
|
||||
@@ -23,10 +23,11 @@ aiohttp = "^3.9.1"
|
||||
setuptools = "^69.0.2"
|
||||
pytest = "^7.4.2"
|
||||
black = { version = "^23.12.0", python = ">=3.12" }
|
||||
ruff = { version = "^0.1.8", python = ">=3.12" }
|
||||
ruff = { version = "^0.1.15", python = ">=3.12" }
|
||||
mypy = { version = "^1.7", python = ">=3.12" }
|
||||
isort = "^5.13.2"
|
||||
pyright = "^1.1.341"
|
||||
pre-commit = "^3.6.0"
|
||||
|
||||
[tool.black]
|
||||
line-length = 120
|
||||
|
Reference in New Issue
Block a user