Issue #174 - regression following PR#150

This commit is contained in:
Jean-Marc Collin
2023-11-06 16:13:35 +00:00
parent a6a47fde53
commit 95c4aa8ae9
4 changed files with 17 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true
},
"pylint.lintOnChange": true,
"pylint.lintOnChange": false,
"files.associations": {
"*.yaml": "home-assistant"
},