Files
Telegram-Downloader-Bot/tox.ini
2024-10-13 11:21:17 +02:00

15 lines
319 B
INI

[tox]
envlist = py311, flake8, bandit, codespell
[testenv]
basepython = python3.11
deps = -r {toxinidir}/test-requirements.txt
[testenv:flake8]
commands = flake8 telegram_downloader_bot/
[testenv:bandit]
commands = bandit -r telegram_downloader_bot/
[testenv:codespell]
commands = codespell telegram_downloader_bot/