File tree 1 file changed +17
-5
lines changed
1 file changed +17
-5
lines changed Original file line number Diff line number Diff line change 101
101
},
102
102
{
103
103
"icon" : " src" ,
104
- "extensions" : [" src" , " source" , " narcotics_tracker" ],
104
+ "extensions" : [
105
+ " src" ,
106
+ " source" ,
107
+ " narcotics_tracker"
108
+ ],
105
109
"forma;t" : " svg" ,
106
110
"overrides" : " src"
107
111
}
108
112
],
109
113
"python.testing.unittestEnabled" : false ,
110
114
"python.testing.pytestEnabled" : true ,
111
115
"python.testing.pytestPath" : " /Users/scottkostolni/Programming Projects/narcotics_tracker/venv/bin/pytest" ,
112
- "python.testing.pytestArgs" : [" tests" , " -vvs" ],
116
+ "python.testing.pytestArgs" : [
117
+ " tests" ,
118
+ " -vvs"
119
+ ],
113
120
"python.testing.autoTestDiscoverOnSaveEnabled" : true ,
114
121
"python.linting.enabled" : true ,
115
122
"python.formatting.provider" : " black" ,
128
135
" Unobtanium"
129
136
],
130
137
"python.testing.cwd" : " /Users/scottkostolni/Programming Projects/narcotics_tracker/" ,
131
-
132
138
"[python]" : {
133
139
"editor.formatOnSave" : true ,
134
140
"editor.codeActionsOnSave" : {
135
141
"source.organizeImports" : true
136
142
}
137
143
},
138
- "isort.args" : [" --profile" , " black" ]
139
- }
144
+ "isort.args" : [
145
+ " --profile" ,
146
+ " black"
147
+ ],
148
+ "githubPullRequests.ignoredPullRequestBranches" : [
149
+ " master"
150
+ ]
151
+ }
You can’t perform that action at this time.
0 commit comments