Skip to content

Commit fa2121a

Browse files
authored
Merge pull request #758 from tisnik/lcore-727-check-type-hints-for-unit-tests-on-ci
LCORE-740: check type hints for unit tests on CI
2 parents dbe7714 + 6d117b9 commit fa2121a

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)