test-ready
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user