🐛 修正 pyproject schema (#566)

This commit is contained in:
呵呵です
2025-12-22 02:00:14 +08:00
committed by GitHub
parent bc59e287d8
commit 3945da6655

View File

@@ -1,4 +1,4 @@
#:schema https://json.schemastore.org/uv.json
#:schema https://json.schemastore.org/pyproject.json
[project]
name = "nonebot-plugin-tetris-stats"
@@ -122,7 +122,7 @@ select = [
"SLOT", # flake8-slots
"SIM", # flake8-simplify
"TID", # flake8-tidy-imports
"TCH", # flake8-type-checking
"TC", # flake8-type-checking
"ARG", # flake8-unused-arguments
"PTH", # flake8-use-pathlib
"ERA", # eradicate