Skip to content

Commit 4d31850

Browse files
committed
Updated dev environment
1 parent 9222b9b commit 4d31850

File tree

2 files changed

+17
-21
lines changed

2 files changed

+17
-21
lines changed

.devcontainer/devcontainer.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@
77
"remoteUser": "devops",
88
"customizations": {
99
"vscode": {
10+
"settings": {
11+
"[python]": {
12+
"editor.defaultFormatter": "ms-python.black-formatter",
13+
"editor.formatOnSave": true
14+
},
15+
"python.testing.pytestEnabled": false,
16+
"python.testing.unittestEnabled": true,
17+
"pylint.lintOnChange": true,
18+
"markdown-preview-github-styles.colorTheme": "light",
19+
"files.exclude": {
20+
"**/.git": true,
21+
"**/.DS_Store": true,
22+
"**/*.pyc": true,
23+
"**/__pycache__": true,
24+
"**/.pytest_cache": true
25+
}
26+
},
1027
"extensions": [
1128
"VisualStudioExptTeam.vscodeintellicode",
1229
"ms-python.python",

.vscode/settings.json

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)