1
0
Fork 0
mirror of synced 2024-05-18 19:22:38 +12:00
bulk-downloader-for-reddit/tox.ini

27 lines
379 B
INI
Raw Permalink Normal View History

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