We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 130dcde commit f512895Copy full SHA for f512895
1 file changed
tox.ini
@@ -30,6 +30,14 @@ deps = pytest
30
commands =
31
pytest {posargs}
32
33
+[testenv:linting]
34
+skip_install = True
35
+usedevelop = True
36
+passenv = PRE_COMMIT_HOME
37
+deps =
38
+ pre-commit
39
+commands = pre-commit run --all-files --show-diff-on-failure
40
+
41
[testenv:release]
42
changedir=
43
decription = do a release, required posarg of the version number
0 commit comments