mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01:00
11 lines
209 B
TOML
11 lines
209 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
|
|
target-version = "py37"
|