mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-09-18 19:52:36 +00:00
.devcontainer
.vscode
.gitignore
.gitlab-ci.yml
Dockerfile
LICENSE
MarketData.py
README.md
Symbol.py
T_info.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 |