{
- "python.linting.pylintEnabled": true,
"python.linting.pylintArgs": ["--rcfile=${workspaceFolder}/setup.cfg"],
"python.linting.enabled": true,
- "python.pythonPath": ".venv/bin/python3.9",
"python.linting.flake8Enabled": true,
"python.linting.flake8Args": ["--config=${workspaceFolder}/setup.cfg"],
- "python.linting.mypyEnabled": false,
+ "python.linting.mypyEnabled": true,
"python.testing.pytestArgs": [
"tests"
- ],
- "python.testing.unittestEnabled": false,
- "python.testing.pytestEnabled": true,
+ ]
}