python-telegram-bot/pyproject.toml
2023-01-06 16:19:49 +01:00

10 lines
185 B
TOML

[tool.black]
line-length = 99
target-version = ['py37', 'py38', 'py39', 'py310', 'py311']
[tool.isort] # black config
profile = "black"
line_length = 99
[tool.ruff]
line-length = 99