chore: upgrade deps and fix ruff lint issues (#374)

* chore: upgrade deps and apply ruff lint for tests/

* style: fix ruff lint issues
This commit is contained in:
Waket Zheng
2024-12-05 15:56:00 +08:00
committed by GitHub
parent 252cb97767
commit 44025823ee
9 changed files with 37 additions and 51 deletions

View File

@@ -67,5 +67,7 @@ pretty = true
python_version = "3.8"
ignore_missing_imports = true
[tool.ruff]
line-length = 100
[tool.ruff.lint]
ignore = ['E501']