|
@@ -1,12 +1,12 @@
|
1
|
1
|
{
|
2
|
|
- "editor.formatOnSave": true,
|
|
2
|
+ "python.defaultInterpreterPath": "./venv/bin/python",
|
3
|
3
|
"autopep8.args": ["--max-line-length=150"],
|
4
|
|
- "python.formatting.provider": "none",
|
5
|
4
|
"[python]": {
|
|
5
|
+ "python.formatting.provider": "none",
|
6
|
6
|
"editor.defaultFormatter": "ms-python.autopep8",
|
7
|
7
|
"editor.formatOnSave": true
|
8
|
8
|
},
|
9
|
|
- "editor.fontSize": 16,
|
|
9
|
+ "editor.fontSize": 14,
|
10
|
10
|
"emmet.includeLanguages": { "django-html": "html" },
|
11
|
11
|
"python.testing.pytestArgs": ["-v", "--cov", "--cov-report=xml", "__test__"],
|
12
|
12
|
"python.testing.unittestEnabled": false,
|