mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-07-24 23:21:40 +00:00
.devcontainer
.vscode
common
discord
site
telegram
.env
.gitignore
.gitlab-ci.yml
LICENSE
README.md
dev-reqs.txt
docker-compose.yaml
package-lock.json
package.json
pyproject.toml
tests.py
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 |