1
0
Fork 0
mirror of synced 2024-06-02 10:24:39 +12:00
bulk-downloader-for-reddit/tox.ini

25 lines
374 B
INI
Raw Normal View History

2022-12-03 18:04:02 +13:00
[tox]
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-03 19:34:23 +13:00
mdl README.md docs/ -s .markdown_style.rb