Intermediate commits (oldest → newest):
- Create python-app.yml
- Create python-package.yml
- Various fixes
- Playlist based on chat history
- Additional logging
- Improvements
- ASync search and moving to fully asynchronous work + responses to config command
- Various fixes
- Test chat gpt4
This commit is contained in:
2025-10-30 16:58:52 +01:00
parent 87f06d6269
commit 75032b67d0
10 changed files with 502 additions and 75 deletions
+6 -1
View File
@@ -1,4 +1,9 @@
{
"python.linting.enabled": true,
"python.linting.pylintEnabled": true
"python.linting.pylintEnabled": true,
"trunk.inlineDecorators": true,
"trunk.inlineDecoratorsForAllExtensions": true,
"trunk.showPreexistingIssues": true,
"trunk.autoInit": true,
"trunk.showBelowThresholdIssues": true
}