[Misc] Lint code and fix code smells (#1871)

This commit is contained in:
Deshraj Yadav
2024-09-16 17:39:54 -07:00
committed by GitHub
parent 0a78cb9f7a
commit 55c54beeab
57 changed files with 1178 additions and 1357 deletions

View File

@@ -30,7 +30,7 @@ rank-bm25 = "^0.2.2"
pytest = "^8.2.2"
[tool.poetry.group.dev.dependencies]
ruff = "^0.4.8"
ruff = "^0.6.5"
isort = "^5.13.2"
pytest = "^8.2.2"
@@ -38,3 +38,7 @@ pytest = "^8.2.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.ruff]
line-length = 120
exclude = ["embedchain/"]