From 3885ec19f7f8ccc352cb83d9ce2ea4853874ef0a Mon Sep 17 00:00:00 2001 From: Michael Pisman Date: Mon, 16 Oct 2023 21:48:26 -0600 Subject: [PATCH] Untrack .vscode --- .vscode/settings.json | 74 ------------------------------------------- 1 file changed, 74 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 9fffc37..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "python.analysis.typeCheckingMode": "basic", - "cSpell.words": [ - "autouse", - "bson", - "fastapi", - "httpx", - "IDID", - "jsonable", - "Pydantic", - "pymongo", - "pytestmark", - "ucmerced", - "uvicorn" - ], - "editor.language.brackets": [], - "todohighlight.isEnable": true, - "todohighlight.isCaseSensitive": true, - "todohighlight.keywords": [ - { - "text": "NOTE:", - "backgroundColor": "#9580ff", - "color": "black", - "isWholeLine": true, - }, - { - "text": "HACK:", - "backgroundColor": "#ff80ab", - "color": "#414558", - "isWholeLine": true, - }, - { - "text": "BUG:", - "backgroundColor": "#ff9580", - "color": "#414558", - "isWholeLine": true, - }, - { - "text": "TODO:", - "backgroundColor": "#ffca80", - "color": "#414558", - "isWholeLine": true, - }, - { - "text": "DEBUG:", - "backgroundColor": "#80ffab", - "color": "#414558", - "isWholeLine": true, - }, - ], - "todohighlight.defaultStyle": { - "color": "#414558", - "overviewRulerColor": "#ffca80", - "cursor": "pointer", - "isWholeLine": true, - }, - "flake8.args": [ - "--max-line-length=120", - // "--ignore=E203,E501,W503", - // "--max-complexity=18", - // "--select=B,C,E,F,W,T4,B9", - ], - "files.exclude": { - ".vscode": true, - "**/__pycache__": true, - "**/.coverage": true, - "**/.history": true, - "**/.mypy_cache": true, - "**/.postman": true, - "**/.pytest_cache": true, - "**/.tox": true, - "**/venv": true - }, -} \ No newline at end of file