Add mypy and add typechecking step to script/test
Only check atst/domain/csp/cloud.py for now
This commit is contained in:
@@ -7,6 +7,11 @@ run_python_lint() {
|
||||
return $?
|
||||
}
|
||||
|
||||
run_python_typecheck() {
|
||||
run_command "mypy --ignore-missing-imports --follow-imports=skip atst/domain/csp/cloud.py"
|
||||
return $?
|
||||
}
|
||||
|
||||
run_python_static_analysis() {
|
||||
local python_files="${1}"
|
||||
|
||||
|
Reference in New Issue
Block a user