🎨 按ruff和black格式化代码

This commit is contained in:
Chenric
2024-09-21 20:18:40 +08:00
parent 65dc67c6ac
commit 8d905cb647
6 changed files with 31 additions and 31 deletions

View File

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