test-ready
Some checks failed
deploy to v2 / test (push) Failing after 21s
deploy to v2 / deploy (push) Has been skipped

This commit is contained in:
2024-02-05 16:01:26 +03:00
parent 28a363663d
commit 89ab5545ae
4 changed files with 14 additions and 4 deletions

View File

@@ -28,6 +28,7 @@ mypy = { version = "^1.7", python = ">=3.12" }
isort = "^5.13.2"
pyright = "^1.1.341"
pre-commit = "^3.6.0"
pytest-asyncio = "^0.23.4"
[tool.black]
line-length = 120
@@ -102,3 +103,13 @@ select = ["E4", "E7", "E9", "F"]
ignore = []
line-length = 120
target-version = "py312"
[tool.pytest.ini_options]
pythonpath = [
"."
]
[tool.pytest]
python_files = "*_test.py"