🎨 🚧 格式化代码

This commit is contained in:
Chenric
2024-06-22 00:10:19 +08:00
parent 6e4154cdec
commit 471585beb0
7 changed files with 61 additions and 43 deletions

View File

@ -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