From 9944ece15368f907e6fada7387563a8a8cd7dda1 Mon Sep 17 00:00:00 2001 From: Chenric <91937041+ChenXu233@users.noreply.github.com> Date: Sat, 21 Sep 2024 20:22:25 +0800 Subject: [PATCH] :ok_hand: --- pyproject.toml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b6f4ff9..1136713 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,24 +40,10 @@ distribution = true [tool.ruff] 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/*' - [tool.ruff.lint] ignore = ["E402"] - - -# 以下为智普 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