mirror of
https://github.com/ChenXu233/nonebot_plugin_dialectlist.git
synced 2025-09-23 04:46:23 +00:00
🎨 按ruff和black格式化代码
This commit is contained in:
@ -49,6 +49,9 @@ indent-style = "tab"
|
||||
build = 'pdm run setup.py sdist'
|
||||
publish = 'pdm run python -m twine upload dist/*'
|
||||
|
||||
[tool.ruff.lint]
|
||||
ignore = ["E402"]
|
||||
|
||||
|
||||
# 以下为智普 AI 生成,还不知道这玩意有啥用。
|
||||
# [tool.pdm.dev-dependencies]
|
||||
|
Reference in New Issue
Block a user