topic-analysis / backend /pyproject.toml
alexchilton
Initial deployment: Sentiment & Topic Analysis Dashboard
6242ddb
raw
history blame contribute delete
263 Bytes
[tool.ruff]
target-version = "py311"
line-length = 120
[tool.ruff.lint]
select = ["E", "F", "W", "I", "N", "UP", "B", "SIM"]
ignore = ["E501"]
[tool.pytest.ini_options]
testpaths = ["tests"]
asyncio_mode = "auto"
filterwarnings = ["ignore::DeprecationWarning"]