ansible/.vscode/settings.json

8 lines
193 B
JSON
Raw Normal View History

{
"python.linting.pylintEnabled": false,
"python.linting.enabled": true,
2024-07-28 08:45:01 +02:00
"python.linting.flake8Enabled": true,
"files.associations": {
"*.yaml": "home-assistant"
}
}