following-fix
All checks were successful
deploy / deploy (push) Successful in 1m25s

This commit is contained in:
2023-12-17 15:07:53 +03:00
parent a79f3cd5ec
commit ea5b9e5b09
2 changed files with 8 additions and 14 deletions

View File

@@ -28,8 +28,8 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry.dev-dependencies]
pytest = "^7.4.2"
black = { version = "^23.9.1", python = ">=3.12" }
ruff = { version = "^0.1.0", python = ">=3.12" }
black = { version = "^23.12.0", python = ">=3.12" }
ruff = { version = "^0.1.8", python = ">=3.12" }
[tool.black]
line-length = 120