mirror of
https://github.com/fastapi-practices/fastapi-best-architecture.git
synced 2026-09-20 20:49:53 +00:00
Add tombi toml and bump pre-commits (#1061)
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
[plugin]
|
||||
summary = '代码生成'
|
||||
version = '0.1.1'
|
||||
description = '生成通用业务代码'
|
||||
author = 'wu-clan'
|
||||
tags = ['other']
|
||||
database = ['mysql', 'postgresql']
|
||||
summary = "代码生成"
|
||||
version = "0.1.1"
|
||||
description = "生成通用业务代码"
|
||||
author = "wu-clan"
|
||||
tags = ["other"]
|
||||
database = ["mysql", "postgresql"]
|
||||
|
||||
[app]
|
||||
router = ['v1']
|
||||
router = ["v1"]
|
||||
|
||||
[settings]
|
||||
CODE_GENERATOR_DOWNLOAD_ZIP_FILENAME = 'fba_generator'
|
||||
CODE_GENERATOR_DOWNLOAD_ZIP_FILENAME = "fba_generator"
|
||||
|
||||
Reference in New Issue
Block a user