chore: use poetry for linter tools installation and bump Ruff from 0.4 to 0.5 (#6081)

This commit is contained in:
Bowen Liang
2024-07-09 23:06:23 +08:00
committed by GitHub
parent 757ceda063
commit f9d00e0498
4 changed files with 33 additions and 33 deletions

View File

@@ -246,5 +246,5 @@ pytest-mock = "~3.14.0"
optional = true
[tool.poetry.group.lint.dependencies]
ruff = "~0.4.8"
dotenv-linter = "~0.5.0"
ruff = "~0.5.1"
dotenv-linter = "~0.5.0"