22 lines
No EOL
632 B
JSON
22 lines
No EOL
632 B
JSON
{
|
|
"editor.rulers": [
|
|
80
|
|
],
|
|
"python.formatting.provider": "yapf",
|
|
"python.sortImports.args": [
|
|
"--project=family_register"
|
|
],
|
|
"python.linting.pylintEnabled": true,
|
|
"python.linting.pylintArgs": [
|
|
"--extension-pkg-whitelist=wx,numpy,lxml.etree,win32security",
|
|
"--generated-members=git",
|
|
"--disable=C0114,C0115,C0116,W0614,W0401,C0103"
|
|
],
|
|
"editor.formatOnSave": true,
|
|
"[python]": {
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": true
|
|
}
|
|
},
|
|
"python.pythonPath": ".venv\\Scripts\\python.exe"
|
|
} |