1 2 3 4 5 6 7 8 9 10 11 12
{ "typeCheckingMode": "standard", "include": ["**/*.py"], "exclude": [ "tmp/**", "**/.git/**", "**/.venv/**", "**/node_modules/**", "dot_config/ipython/profile_default/ipython_config.py" ], "reportMissingTypeStubs": false }