mirror of
https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git
synced 2025-06-15 14:36:48 +00:00
11 lines
150 B
TOML
11 lines
150 B
TOML
[tool.black]
|
|
line-length = 130
|
|
|
|
[tool.flake8]
|
|
max-line-length = 130
|
|
|
|
[tool.pycodestyle]
|
|
max_line_length = 130
|
|
|
|
[tool.ruff]
|
|
line-length = 130 |