All checks were successful
CI / Packaging - Kali Linux (pull_request) Successful in 4m6s
CI / Packaging - OpenSUSE Tumbleweed (pull_request) Successful in 4m12s
CI / Packaging test (pull_request) Successful in 0s
CI / Packaging - Kali Linux (push) Successful in 4m9s
CI / Packaging - OpenSUSE Tumbleweed (push) Successful in 4m0s
CI / Packaging test (push) Successful in 0s
Follow the changes in the mypy check profile by adding additional checks. Signed-off-by: Jan Lindemann <jan@janware.com>
14 lines
380 B
JSON
14 lines
380 B
JSON
{
|
|
"typeCheckingMode": "strict",
|
|
"pythonPlatform": "Linux",
|
|
"useLibraryCodeForTypes": true,
|
|
"verboseOutput": false,
|
|
|
|
"reportImplicitOverride": "error",
|
|
"reportDeprecated": "error",
|
|
"reportMatchNotExhaustive": "error",
|
|
|
|
"reportUnnecessaryTypeIgnoreComment": "error",
|
|
"reportImplicitStringConcatenation": "error",
|
|
"reportUninitializedInstanceVariable": "error"
|
|
}
|