aboutsummaryrefslogtreecommitdiffstats
path: root/ptl/edit_committers_info/tox.ini
blob: 5674a5caa838f87d3e8609a11933a233c4bd976b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[tox]
envlist = black,mypy,docstyle
skipsdist = True

[testenv:black]
deps = black
commands = black --check edit_committers_list.py --target-version py310

[testenv:mypy]
deps =
    mypy
    -rrequirements.txt
commands = mypy --strict edit_committers_list.py

[testenv:docstyle]
deps = pydocstyle
commands = pydocstyle edit_committers_list.py