settings and workspace
This commit is contained in:
@@ -5,5 +5,7 @@
|
|||||||
"path": "fet2020"
|
"path": "fet2020"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"settings": {}
|
"settings": {
|
||||||
|
"launch": {}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -4,5 +4,10 @@
|
|||||||
],
|
],
|
||||||
"python.testing.unittestEnabled": false,
|
"python.testing.unittestEnabled": false,
|
||||||
"python.testing.nosetestsEnabled": false,
|
"python.testing.nosetestsEnabled": false,
|
||||||
"python.testing.pytestEnabled": true
|
"python.testing.pytestEnabled": true,
|
||||||
|
"python.pythonPath": "/usr/local/bin/python3",
|
||||||
|
"python.linting.pylintEnabled": true,
|
||||||
|
"python.linting.flake8Enabled": true,
|
||||||
|
"python.linting.banditEnabled": true,
|
||||||
|
"python.linting.enabled": true
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user