Skip to content

Commit b6a37b0

Browse files
committed
Run all tox commands with poetry run
1 parent 73eee3c commit b6a37b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ commands_pre =
77
poetry install --no-root --sync
88
commands =
99
poetry run pytest tests/ --import-mode importlib
10-
mypy genfond
11-
isort --check genfond tests
12-
black --check genfond tests
10+
poetry run mypy genfond
11+
poetry run isort --check genfond tests
12+
poetry run black --check genfond tests

0 commit comments

Comments
 (0)