| [project] | |
| name = "personal-trading-system" | |
| version = "1.0.0" | |
| description = "Personal Trading System V1" | |
| requires-python = ">=3.11" | |
| [tool.pytest.ini_options] | |
| asyncio_mode = "auto" | |
| testpaths = ["tests"] | |
| [tool.ruff] | |
| target-version = "py311" | |
| line-length = 120 | |
| [tool.ruff.lint] | |
| select = ["E", "F", "I", "W"] | |
| ignore = ["E501"] | |