Skip to content

Commit 43b613e

Browse files
authored
Builder Simplification (#109)
1 parent 62710d8 commit 43b613e

File tree

12 files changed

+773
-775
lines changed

12 files changed

+773
-775
lines changed

.vscode/extensions.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"recommendations": [
3+
"ms-python.mypy-type-checker",
4+
"ms-python.pylint",
5+
"ms-python.black-formatter"
6+
]
7+
}

.vscode/settings.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
{
2-
"python.linting.enabled": true,
3-
"python.linting.flake8Enabled": false,
4-
"python.linting.pylintEnabled": true,
52
"python.testing.pytestArgs": [
63
"tests"
74
],
8-
"python.formatting.provider": "black",
95
"python.testing.unittestEnabled": false,
106
"python.testing.pytestEnabled": true,
117
"editor.formatOnSave": true,
128
"editor.codeActionsOnSave": {
13-
"source.organizeImports": true
9+
"source.organizeImports": "explicit"
1410
},
15-
"python.linting.mypyEnabled": true,
16-
"mypy.runUsingActiveInterpreter": true
1711
}

0 commit comments

Comments
 (0)