[settings]
sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
multi_line_output = 3
include_trailing_comma = true
skip_gitignore = true
load-plugins=pylint_django
django-settings-module=loyaltydish.settings
{
"editor.formatOnSave": true,
"python.linting.pylintEnabled": true,
"python.sortImports.args": [
"-sp .isort.cfg"
],
"python.formatting.autopep8Args": [
"--max-line-length",
"200"
],
"[python]": {
"editor.codeActionsOnSave": {
"source.organizeImports": true
}
}
}