Skip to content

Commit 78bcff5

Browse files
Format settings.json
1 parent f78881b commit 78bcff5

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

.vscode/settings.json

+17-5
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,22 @@
101101
},
102102
{
103103
"icon": "src",
104-
"extensions": ["src", "source", "narcotics_tracker"],
104+
"extensions": [
105+
"src",
106+
"source",
107+
"narcotics_tracker"
108+
],
105109
"forma;t": "svg",
106110
"overrides": "src"
107111
}
108112
],
109113
"python.testing.unittestEnabled": false,
110114
"python.testing.pytestEnabled": true,
111115
"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+
],
113120
"python.testing.autoTestDiscoverOnSaveEnabled": true,
114121
"python.linting.enabled": true,
115122
"python.formatting.provider": "black",
@@ -128,12 +135,17 @@
128135
"Unobtanium"
129136
],
130137
"python.testing.cwd": "/Users/scottkostolni/Programming Projects/narcotics_tracker/",
131-
132138
"[python]": {
133139
"editor.formatOnSave": true,
134140
"editor.codeActionsOnSave": {
135141
"source.organizeImports": true
136142
}
137143
},
138-
"isort.args": ["--profile", "black"]
139-
}
144+
"isort.args": [
145+
"--profile",
146+
"black"
147+
],
148+
"githubPullRequests.ignoredPullRequestBranches": [
149+
"master"
150+
]
151+
}

0 commit comments

Comments
 (0)