This commit is contained in:
John Yeo
2026-02-19 20:44:53 +00:00
80 changed files with 833 additions and 900 deletions

View File

@@ -0,0 +1,6 @@
{
"python.testing.pytestArgs": ["tests", "-vv"],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"pylint.args": ["--rcfile=pylintrc"]
}