chore: make style, upgrade deps, fix ci error and update changelog

This commit is contained in:
Waket Zheng
2024-11-25 23:46:48 +08:00
parent 095eb48196
commit dc020358b6
12 changed files with 496 additions and 434 deletions

View File

@@ -22,8 +22,8 @@ asyncmy = { version = "^0.2.9", optional = true, allow-prereleases = true }
pydantic = "^2.0"
dictdiffer = "*"
tomlkit = "*"
asyncclick = "^8.1.7.2"
[tool.poetry.group.dev.dependencies]
ruff = "*"
isort = "*"
@@ -64,6 +64,7 @@ asyncio_mode = 'auto'
[tool.mypy]
pretty = true
python_version = "3.8"
ignore_missing_imports = true
[tool.ruff.lint]