[INTEGRATION] Automate INFO.yaml file maintenance
[integration.git] / ptl / edit_committers_info / tox.ini
1 [tox]
2 envlist = black,mypy,docstyle
3 skipsdist = True
4
5 [testenv:black]
6 deps = black
7 commands = black --check edit_committers_list.py --target-version py310
8
9 [testenv:mypy]
10 deps =
11     mypy
12     -rrequirements.txt
13 commands = mypy --strict edit_committers_list.py
14
15 [testenv:docstyle]
16 deps = pydocstyle
17 commands = pydocstyle edit_committers_list.py