|
@ -41,7 +41,7 @@ exclude = [ |
|
|
"dist", |
|
|
"dist", |
|
|
"docs", |
|
|
"docs", |
|
|
] |
|
|
] |
|
|
reportUnnecessaryTypeIgnoreComment = true |
|
|
reportUnnecessaryTypeIgnoreComment = "warning" |
|
|
pythonVersion = "3.8" |
|
|
pythonVersion = "3.8" |
|
|
typeCheckingMode = "basic" |
|
|
typeCheckingMode = "basic" |
|
|
|
|
|
|
|
|