bulk-downloader-for-reddit/tox.ini

27 lines
379 B
INI
Raw Permalink Normal View History

2022-12-03 13:04:02 +08:00
[tox]
requires =
tox>=3.27.1
2022-12-03 13:04:02 +08:00
envlist =
format
2022-12-03 13:28:53 +08:00
format_check
2022-12-03 13:04:02 +08:00
[testenv:format]
deps =
isort
black
skip_install = True
commands =
isort bdfr tests
2022-12-04 12:49:37 +08:00
black bdfr tests
2022-12-03 13:04:02 +08:00
2022-12-03 13:28:53 +08:00
[testenv:format_check]
deps =
isort
black
skip_install = True
2022-12-03 14:34:23 +08:00
allowlist_externals = mdl
2022-12-03 13:28:53 +08:00
commands =
isort bdfr tests --check
2022-12-04 12:49:37 +08:00
black bdfr tests --check
2022-12-08 13:46:53 +08:00
mdl README.md docs/