File tree Expand file tree Collapse file tree
packages/polywrap-manifest Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,23 +8,23 @@ commands =
88
99[testenv:lint]
1010commands =
11- isort --check-only polywrap_msgpack
12- black --check polywrap_msgpack
13- pylint polywrap_msgpack
14- pydocstyle polywrap_msgpack
11+ isort --check-only polywrap_manifest
12+ black --check polywrap_manifest
13+ pylint polywrap_manifest
14+ pydocstyle polywrap_manifest
1515
1616[testenv:typecheck]
1717commands =
18- pyright polywrap_msgpack
18+ pyright polywrap_manifest
1919
2020[testenv:secure]
2121commands =
22- bandit -r polywrap_msgpack -c pyproject.toml
22+ bandit -r polywrap_manifest -c pyproject.toml
2323
2424[testenv:dev]
2525basepython = python3.10
2626usedevelop = True
2727commands =
28- isort polywrap_msgpack
29- black polywrap_msgpack
28+ isort polywrap_manifest
29+ black polywrap_manifest
3030
You can’t perform that action at this time.
0 commit comments