mirror of
https://gitlab.com/simple-stock-bots/simple-discord-stock-bot.git
synced 2025-06-15 14:56:40 +00:00
8 lines
109 B
TOML
8 lines
109 B
TOML
[tool.black]
|
|
line-length = 130
|
|
|
|
[tool.flake8]
|
|
max-line-length = 130
|
|
|
|
[tool.pycodestyle]
|
|
max_line_length = 130 |