pyrightconfig.json: Mirror strict mypy settings
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
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>
This commit is contained in:
parent
9bbdcf5c39
commit
be46a5ebcf
1 changed files with 9 additions and 2 deletions
|
|
@ -1,7 +1,14 @@
|
|||
{
|
||||
"typeCheckingMode": "basic",
|
||||
"typeCheckingMode": "strict",
|
||||
"pythonPlatform": "Linux",
|
||||
"useLibraryCodeForTypes": true,
|
||||
"verboseOutput": false,
|
||||
"reportImplicitOverride": "error"
|
||||
|
||||
"reportImplicitOverride": "error",
|
||||
"reportDeprecated": "error",
|
||||
"reportMatchNotExhaustive": "error",
|
||||
|
||||
"reportUnnecessaryTypeIgnoreComment": "error",
|
||||
"reportImplicitStringConcatenation": "error",
|
||||
"reportUninitializedInstanceVariable": "error"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue