mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-08-12 18:55:28 +00:00
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 13m45s
14 lines
338 B
JSON
14 lines
338 B
JSON
{
|
|
"djlint.showInstallError": false,
|
|
"python.testing.unittestArgs": [
|
|
"-v",
|
|
"-s",
|
|
"./api",
|
|
"-p",
|
|
"*test.py"
|
|
],
|
|
"python.testing.pytestEnabled": false,
|
|
"python.testing.unittestEnabled": true,
|
|
"postman.settings.dotenv-detection-notification-visibility": false,
|
|
"python.analysis.autoImportCompletions": true
|
|
} |