We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea8f967 commit 46e334dCopy full SHA for 46e334d
1 file changed
tox.ini
@@ -12,6 +12,17 @@ deps =
12
commands =
13
python update.py {posargs}
14
15
+[testenv:format]
16
+description = Run auto formatters
17
+skip_install = True
18
+deps =
19
+ black
20
+ isort
21
+commands =
22
+ black .
23
+ isort update.py
24
+
25
26
[testenv:build]
27
description = Build a wheel and source distribution
28
skip_install = True
0 commit comments