authorid-context
All checks were successful
deploy / deploy (push) Successful in 1m18s

This commit is contained in:
2023-11-28 19:04:45 +03:00
parent 2d89a4ec86
commit 68fce283bc
10 changed files with 47 additions and 300 deletions

View File

@@ -25,6 +25,9 @@ black = { version = "^23.9.1", python = ">=3.12" }
mypy = { version = "^1.7", python = ">=3.12" }
setuptools = "^69.0.2"
[tool.poetry.group.dev.dependencies]
setuptools = "^69.0.2"
[tool.black]
line-length = 120
target-version = ['py312']