Untitled

4ae4d avatar
4ae4d
plain_text
02/13/2026 11:34 AM
548 B
8
Indexable
podman-compose exec bot bash -lc 'set -e; cd /bot; ls -la pyproject.toml; wc -c pyproject.toml; python -c "import pathlib; print(pathlib.Path(\"pyproject.toml\").read_text()[:120])"'
-rw------- 1 root root 2269 Feb 13 11:32 pyproject.toml
2269 pyproject.toml
[tool.ruff]
target-version = "py310"
line-length = 100
respect-gitignore = true

# Обычно исключают мусор/артефакты и ми
Editor is loading...
Leave a Comment