Skip to content

Commit 6d117b9

Browse files
committed
LCORE-727: check type hints for unit tests on CI
1 parent dbe7714 commit 6d117b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ test-e2e: ## Run end to end tests for the service
2424
script -q -e -c "uv run behave --color --format pretty --tags=-skip -D dump_errors=true @tests/e2e/test_list.txt"
2525

2626
check-types: ## Checks type hints in sources
27-
uv run mypy --explicit-package-bases --disallow-untyped-calls --disallow-untyped-defs --disallow-incomplete-defs --ignore-missing-imports --disable-error-code attr-defined src/
27+
uv run mypy --explicit-package-bases --disallow-untyped-calls --disallow-untyped-defs --disallow-incomplete-defs --ignore-missing-imports --disable-error-code attr-defined src/ tests/unit
2828

2929
security-check: ## Check the project for security issues
3030
bandit -c pyproject.toml -r src tests

0 commit comments

Comments
 (0)