mirror of
https://github.com/Xevion/exercism.git
synced 2025-12-10 06:07:08 -06:00
ledger exercise entry class
This commit is contained in:
8
.vscode/settings.json
vendored
8
.vscode/settings.json
vendored
@@ -2,5 +2,11 @@
|
||||
"python.pythonPath": "A:\\Installations\\Anaconda\\python.exe",
|
||||
"python.linting.flake8Enabled": true,
|
||||
"python.linting.enabled": false,
|
||||
"python.linting.pylintEnabled": false
|
||||
"python.linting.pylintEnabled": false,
|
||||
"python.testing.pytestArgs": [
|
||||
"."
|
||||
],
|
||||
"python.testing.unittestEnabled": false,
|
||||
"python.testing.nosetestsEnabled": false,
|
||||
"python.testing.pytestEnabled": true
|
||||
}
|
||||
Reference in New Issue
Block a user