- Update train.pbs to default to smoke test for safety - Update .gitignore and ruff.toml - Sync uv.lock (removing python 3.11 remnants) - Refine smoke test config
7 lines
No EOL
147 B
JSON
7 lines
No EOL
147 B
JSON
{
|
|
"python.testing.pytestArgs": [
|
|
"tests"
|
|
],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true
|
|
} |