1
0
Fork 0
mirror of synced 2024-05-15 09:42:45 +12:00
bulk-downloader-for-reddit/tox.ini
2022-12-03 15:11:07 +10:00

16 lines
209 B
INI

[tox]
envlist =
format
[testenv:format]
deps =
isort
black
skip_install = True
commands =
isort bdfr tests
black bdfr tests --line-length 120
[isort]
profile = black
multi_line_output = 3