mirror of
https://github.com/goauthentik/authentik
synced 2026-04-26 01:25:02 +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
|
|
}
|