This commit is contained in:
ray 2019-06-03 12:17:51 +01:00
parent 270d77dc54
commit 31d089f494
1 changed files with 7 additions and 1 deletions

View File

@ -19,5 +19,11 @@
"eslint.filetypes": [
"javascript",
"vue"
]
],
"python.linting.flake8Enabled": true,
"python.linting.flake8Path": "/home/ray/.local/bin/flake8",
"python.linting.lintOnSave": true,
"python.formatting.provider": "black",
"python.formatting.blackPath": "/home/ray/.local/bin/black",
"coc.preferences.formatOnSaveFiletypes": ["python"]
}