We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dbe7714 + 6d117b9 commit fa2121aCopy full SHA for fa2121a
1 file changed
Makefile
@@ -24,7 +24,7 @@ test-e2e: ## Run end to end tests for the service
24
script -q -e -c "uv run behave --color --format pretty --tags=-skip -D dump_errors=true @tests/e2e/test_list.txt"
25
26
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/
+ 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
28
29
security-check: ## Check the project for security issues
30
bandit -c pyproject.toml -r src tests
0 commit comments