12 lines
301 B
JSON
12 lines
301 B
JSON
{
|
|
"python.linting.pylintEnabled": true,
|
|
"python.linting.enabled": true,
|
|
"python.pythonPath": "/usr/local/bin/python",
|
|
"python.linting.pylintArgs": [
|
|
"--disable=C0103",
|
|
"--max-line-length=200"
|
|
],
|
|
"files.associations": {
|
|
"*.yaml": "home-assistant"
|
|
}
|
|
} |