blob: 5674a5caa838f87d3e8609a11933a233c4bd976b [file] [log] [blame]
[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