newdwh2021/ecs/crm-datafetch/.vscode/recommend_settings.json
2022-08-18 16:57:37 +09:00

20 lines
672 B
JSON

{
"[python]": {
"editor.defaultFormatter": null,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
}
},
"python.linting.lintOnSave": true,
"python.linting.enabled": true,
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.flake8Args": ["--max-line-length=150", "--ignore=F541"],
"python.formatting.provider": "autopep8",
"python.formatting.autopep8Args": ["--max-line-length", "150"],
"python.testing.pytestArgs": ["tests", "--ignore=tests/test_walk_through.py"],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}