Chore: Made imports cleaner.

Chore: VS Code pylance created typings, ignoring them.
This commit is contained in:
2025-06-29 19:54:33 +00:00
parent 00a71a63c0
commit 11d43f08af
75 changed files with 157 additions and 217 deletions

View File

@ -1,10 +1,11 @@
{
"python.interpreterPath": "/home/tanshu/.cache/pypoetry/virtualenvs/brewman-C3_Ccu4O-py3.13/bin/python",
"python.defaultInterpreterPath": "/home/tanshu/.cache/pypoetry/virtualenvs/brewman-C3_Ccu4O-py3.13/bin/python",
"files.exclude": {
"**/__pycache__": true,
"**/.mypy_cache": true,
".idea": true,
"**/node_modules": true,
"typings": true,
},
"search.exclude": {
"**/__pycache__": true,
@ -13,6 +14,7 @@
"**/node_modules": true,
"**/package-lock.json": true,
"/overlord/.angular/**": true,
"typings": true,
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"