fix version checking

Former-commit-id: 3016e65657
This commit is contained in:
hiyouga
2024-03-06 14:51:51 +08:00
parent 8d386775f2
commit e887aface7
18 changed files with 49 additions and 33 deletions

View File

@@ -28,5 +28,6 @@ known-third-party = [
[tool.ruff.format]
quote-style = "double"
indent-style = "space"
docstring-code-format = true
skip-magic-trailing-comma = false
line-ending = "auto"