Skip to content

Commit 382491a

Browse files
committed
fix(polywrap-manifest): toxfile
1 parent 53ff924 commit 382491a

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

packages/polywrap-manifest/tox.ini

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@ commands =
88

99
[testenv:lint]
1010
commands =
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]
1717
commands =
18-
pyright polywrap_msgpack
18+
pyright polywrap_manifest
1919

2020
[testenv:secure]
2121
commands =
22-
bandit -r polywrap_msgpack -c pyproject.toml
22+
bandit -r polywrap_manifest -c pyproject.toml
2323

2424
[testenv:dev]
2525
basepython = python3.10
2626
usedevelop = True
2727
commands =
28-
isort polywrap_msgpack
29-
black polywrap_msgpack
28+
isort polywrap_manifest
29+
black polywrap_manifest
3030

0 commit comments

Comments
 (0)