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 126c20c commit c2a41b5Copy full SHA for c2a41b5
tox.ini
@@ -96,20 +96,3 @@ commands =
96
-pre-commit autoupdate
97
git diff --exit-code
98
env_dir = {toxworkdir}/lint
99
-
100
-[testenv:clean]
101
-description = Erase coverage data
102
-skip_install = true
103
-deps =
104
- coverage[toml]
105
-commands =
106
- coverage erase
107
108
-[testenv:report]
109
-description = Produce coverage report
110
111
112
113
114
- coverage report
115
- cat .tox/.tmp/.mypy/index.txt
0 commit comments