twscrape/pyproject.toml
2023-04-30 18:36:28 +03:00

13 строки
160 B
TOML

[tool.isort]
profile = "black"
[tool.black]
line-length = 99
[tool.ruff]
line-length = 99
[tool.pytest.ini_options]
pythonpath = ["."]
asyncio_mode = "auto"