Files
Telegram-Downloader-Bot/tox.ini
Roman Krček c736ee6193 Initial commit
2024-07-22 14:16:53 +02:00

15 lines
308 B
INI

[tox]
envlist = py311, flake8, bandit
[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/