File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 ],
2525 "settings" : {
2626 "autoDocstring.docstringFormat" : " google-notypes" ,
27- "editor.rulers" : [
28- 88
29- ],
27+ "black-formatter.importStrategy" : " fromEnvironment" ,
3028 "editor.codeActionsOnSave" : {
3129 "source.fixAll.markdownlint" : true
3230 },
31+ "editor.rulers" : [
32+ 88
33+ ],
3334 "files.insertFinalNewline" : true ,
3435 "files.trimFinalNewlines" : true ,
3536 "files.trimTrailingWhitespace" : true ,
3637 "isort.args" : [
3738 " --profile" ,
3839 " black"
3940 ],
41+ "isort.importStrategy" : " fromEnvironment" ,
4042 "[markdown]" : {
4143 "editor.formatOnSave" : true
4244 },
45+ "pylint.importStrategy" : " fromEnvironment" ,
4346 "pylint.args" : [
4447 " --rcfile=pylintrc"
4548 ],
46- "python.formatting.provider" : " none" ,
47- "python.linting.lintOnSave" : true ,
48- "python.linting.pylintEnabled" : true ,
4949 "[python]" : {
5050 "editor.codeActionsOnSave" : {
5151 "source.organizeImports" : true
You can’t perform that action at this time.
0 commit comments