summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 545eae1cecce1e1739391f18fefc502e25d41839 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[project]
name = "trading-platform"
version = "0.1.0"
description = "Binance spot crypto trading platform"
requires-python = ">=3.12"

[tool.pytest.ini_options]
asyncio_mode = "auto"
testpaths = ["shared/tests", "services", "cli/tests", "tests"]
addopts = "--import-mode=importlib"

[tool.ruff]
target-version = "py312"
line-length = 100