This commit is contained in:
2021-01-07 20:08:33 +00:00
parent 4b57b51e08
commit 4467b77e64

View File

@@ -6,6 +6,9 @@
} }
], ],
"settings": { "settings": {
"launch": {} "launch": {},
"python.linting.flake8Enabled": true,
"python.linting.banditEnabled": true,
"python.testing.pytestEnabled": true
} }
} }