mirror of
https://gitlab.com/simple-stock-bots/simple-discord-stock-bot.git
synced 2025-08-13 00:31:22 +00:00
.devcontainer
.vscode
.gitignore
.gitlab-ci.yml
D_info.py
Dockerfile
LICENSE
MarketData.py
README.md
Symbol.py
bot.py
cg_Crypto.py
dev-reqs.txt
pyproject.toml
requirements.txt
symbol_router.py
tests.py
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 |