mirror of
https://github.com/ChenXu233/nonebot_plugin_dialectlist.git
synced 2025-07-15 10:40:49 +00:00
🎨 🚧 格式化代码
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "nonebot_plugin_dialectlist"
|
||||
version = "2.0.3"
|
||||
version = "2.0.4"
|
||||
description = "Default template for PDM package"
|
||||
authors = [
|
||||
{name = "Chen_Xu233", email = "woyerpa@outlook.com"},
|
||||
@ -37,3 +37,18 @@ line-length = 80
|
||||
[tool.ruff.format]
|
||||
quote-style = "single"
|
||||
indent-style = "tab"
|
||||
|
||||
[tool.pdm.scripts]
|
||||
|
||||
build = 'pdm run setup.py sdist'
|
||||
publish = 'pdm run python -m twine upload dist/*'
|
||||
|
||||
|
||||
# 以下为智普 AI 生成,还不知道这玩意有啥用。
|
||||
# [tool.pdm.dev-dependencies]
|
||||
# black = "^23.1.0"
|
||||
# isort = "^5.10.1"
|
||||
# pre-commit = "^2.20.0"
|
||||
|
||||
# [tool.pdm.global-options]
|
||||
# --no-pip-version-check = true
|
Reference in New Issue
Block a user