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:
@@ -67,5 +67,7 @@ pretty = true
|
||||
python_version = "3.8"
|
||||
ignore_missing_imports = true
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 100
|
||||
[tool.ruff.lint]
|
||||
ignore = ['E501']
|
||||
|
||||
Reference in New Issue
Block a user