mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-15 22:32:10 +00:00
75032b67d0
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
9 lines
281 B
JSON
9 lines
281 B
JSON
{
|
|
"python.linting.enabled": true,
|
|
"python.linting.pylintEnabled": true,
|
|
"trunk.inlineDecorators": true,
|
|
"trunk.inlineDecoratorsForAllExtensions": true,
|
|
"trunk.showPreexistingIssues": true,
|
|
"trunk.autoInit": true,
|
|
"trunk.showBelowThresholdIssues": true
|
|
} |