Updated settings for VScode, updated focus_compliance, fixed req

This commit is contained in:
2025-03-17 18:51:26 +03:00
parent 6fcb30c497
commit 0cc2e9d429
3 changed files with 86 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
{
"python-envs.pythonProjects": []
"python-envs.pythonProjects": [],
"files.autoSave": "onFocusChange",
"editor.fontSize": 13,
"autoDocstring.docstringFormat": "sphinx"
}