mirror of
https://github.com/goauthentik/authentik
synced 2026-05-05 06:32:15 +02:00
12 lines
258 B
JSON
12 lines
258 B
JSON
{
|
|
"reportMissingTypeStubs": false,
|
|
"ignore": [
|
|
"**/migrations/**",
|
|
"**/node_modules/**"
|
|
],
|
|
"strictParameterNoneValue": true,
|
|
"strictDictionaryInference": true,
|
|
"strictListInference": true,
|
|
"verboseOutput": false
|
|
}
|