Enable strict type checking for all files...

This commit is contained in:
Isaiah Odhner 2023-04-22 18:53:36 -04:00
parent f70a062b9b
commit 1384fd1670

View File

@ -8,8 +8,7 @@
"**/.*"
],
"strict": [
"**/i18n.py",
"**/enhanced_directory_tree.py",
"**/*.py"
],
"reportOptionalMemberAccess": false
}