all ruff checking and modify Converter class

This commit is contained in:
2024-06-21 12:30:27 +07:00
parent cd3bae23e6
commit e1034fb927
19 changed files with 1067 additions and 995 deletions
+2
View File
@@ -4,6 +4,7 @@ version = "0.9.0"
description = ""
authors = ["dmitrium12 <belicdima8@gmail.com>"]
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "^3.11"
@@ -18,6 +19,7 @@ jwt = "^1.3.1"
sqlalchemy = "^2.0.23"
uvicorn = "^0.24.0.post1"
python-multipart = "^0.0.6"
ruff = "^0.4.10"
[build-system]
requires = ["poetry-core"]