Skip to content
Snippets Groups Projects
Commit 88b0e9e4 authored by jacques Grelet's avatar jacques Grelet
Browse files

add pylint config

parent 61a9e2e6
No related branches found
No related tags found
No related merge requests found
...@@ -519,8 +519,12 @@ In setting.json: ...@@ -519,8 +519,12 @@ In setting.json:
"editor.formatOnSave": true, "editor.formatOnSave": true,
"editor.formatOnType": true, "editor.formatOnType": true,
"python.autoComplete.addBrackets": true, "python.autoComplete.addBrackets": true,
"editor.formatOnPaste": true "editor.formatOnPaste": true,
// whitelist numpy to remove lint errors
"python.linting.pylintArgs": [
"--extension-pkg-whitelist=netCDF4"
]
Modules Python à intaller: Modules Python à intaller:
-------------------------- --------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment