Compare commits

..

No commits in common. "a17187b68d002bb90c76445f82459021cc289edd" and "cecc9a56c25ff8026b001bcc8b90594afa9f6c3b" have entirely different histories.

14
.vscode/settings.json vendored
View File

@ -1,14 +0,0 @@
{
"python.defaultInterpreterPath": "python3",
"autopep8.args": ["--max-line-length=150"],
"[python]": {
"python.formatting.provider": "none",
"editor.defaultFormatter": "ms-python.autopep8",
"editor.formatOnSave": true
},
"editor.fontSize": 14,
"emmet.includeLanguages": { "django-html": "html" },
"python.testing.pytestArgs": ["-v", "--cov", "--cov-report=xml", "__test__"],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}