chore: bump ruff target-version to 3.10

This commit is contained in:
Meng Xiangzhuo
2024-11-08 04:37:33 +08:00
parent 44ff6d50ec
commit 41b725714f
122 changed files with 920 additions and 995 deletions
-1
View File
@@ -246,7 +246,6 @@ reportTypedDictNotRequiredAccess = false # 27
[tool.ruff]
line-length = 100
extend-exclude = [".env", ".venv"]
target-version = "py39"
[tool.ruff.lint]
extend-select = [