Skip to content

Commit acc6563

Browse files
Add configuration for isort and black
1 parent 05d2cab commit acc6563

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.vscode/settings.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,13 @@
127127
"Unobtainium",
128128
"Unobtanium"
129129
],
130-
"python.testing.cwd": "/Users/scottkostolni/Programming Projects/narcotics_tracker/"
130+
"python.testing.cwd": "/Users/scottkostolni/Programming Projects/narcotics_tracker/",
131+
132+
"[python]": {
133+
"editor.formatOnSave": true,
134+
"editor.codeActionsOnSave": {
135+
"source.organizeImports": true
136+
}
137+
},
138+
"isort.args": ["--profile", "black"]
131139
}

0 commit comments

Comments
 (0)