sahitono/geosardine

View on GitHub
.vscode/settings.json

Summary

Maintainability
Test Coverage
{
    "cSpell.ignoreWords": [
        "ndarray"
    ],
    "python.pythonPath": ".venv\\Scripts\\python.exe",
    "python.formatting.provider": "black",
    "python.linting.pylintEnabled": false,
    "python.linting.mypyEnabled": true,
    "python.linting.enabled": true
}