aboutsummaryrefslogtreecommitdiffstats
path: root/ptl/edit_committers_info/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'ptl/edit_committers_info/tox.ini')
-rw-r--r--ptl/edit_committers_info/tox.ini17
1 files changed, 17 insertions, 0 deletions
diff --git a/ptl/edit_committers_info/tox.ini b/ptl/edit_committers_info/tox.ini
new file mode 100644
index 000000000..5674a5caa
--- /dev/null
+++ b/ptl/edit_committers_info/tox.ini
@@ -0,0 +1,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