feat: add project section (#424)

* refactor: apply future style type hints

* chore: use project section

* ci: upgrade to poetry v2

* ci: explicit declare python version for poetry

* fix error for generate index name

* fix _generate_fk_name

* ci: verify aiomysql support

* tests: poetry add

* Add patch to fix tortoise 0.24.1

* docs: update changelog
This commit is contained in:
Waket Zheng
2025-02-26 14:24:02 +08:00
committed by GitHub
parent 91adf9334e
commit 0364ae3f83
9 changed files with 442 additions and 101 deletions

View File

@@ -11,7 +11,7 @@ up:
@poetry update
deps:
@poetry install -E asyncpg -E asyncmy -E toml
@poetry install --all-extras --all-groups
_style:
@ruff check --fix $(checkfiles)