Commit 4120725 1 parent 4d30e54 commit 4120725 Copy full SHA for 4120725
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,21 +16,21 @@ deps =
16
16
pytest-cov>=4.0.0
17
17
requests>=2.0.0
18
18
commands =
19
- pytest {posargs:tests} --cov =vyper_sphinx_docs --cov-report =xml
19
+ pytest {posargs:tests} --cov =sphinx_autodoc_vyper --cov-report =xml
20
20
21
21
[testenv:lint]
22
22
deps =
23
23
black>=22.0.0
24
24
isort>=5.0.0
25
25
ruff>=0.1.0
26
26
commands =
27
- black --check vyper_sphinx_docs tests
28
- isort --check-only vyper_sphinx_docs tests
29
- ruff check vyper_sphinx_docs tests
27
+ black --check sphinx_autodoc_vyper tests
28
+ isort --check-only sphinx_autodoc_vyper tests
29
+ ruff check sphinx_autodoc_vyper tests
30
30
31
31
[testenv:type]
32
32
deps =
33
33
mypy>=1.0.0
34
34
types-requests>=2.0.0
35
35
commands =
36
- mypy vyper_sphinx_docs tests
36
+ mypy sphinx_autodoc_vyper tests
You can’t perform that action at this time.
0 commit comments