{ "editor.formatOnSave": true, "python.linting.lintOnSave": true, "python.linting.enabled": true, "python.linting.pylintEnabled": true, "python.linting.pylintArgs": [ "--load-plugins", "pylint_django", "--django-settings-module=core.settings" ], "python.formatting.provider": "black", "python.formatting.blackArgs": [ "--line-length=120" ], "editor.codeActionsOnSave": { "source.organizeImports": true } }