summaryrefslogtreecommitdiffstats
path: root/.devcontainer/devcontainer.json
diff options
context:
space:
mode:
authorAndrea Censi <acensi@ethz.ch>2022-02-22 14:09:51 +0100
committerAndrea Censi <acensi@ethz.ch>2022-02-22 14:10:39 +0100
commitc9c95b13effa1840b921a0606936510d7eafa611 (patch)
tree9597478c419420a1359b1dc582a6c9325b5fd822 /.devcontainer/devcontainer.json
parentUpdate README.md (diff)
downloadact4e-c9c95b13effa1840b921a0606936510d7eafa611.tar.gz
act4e-c9c95b13effa1840b921a0606936510d7eafa611.zip
updates
Diffstat (limited to '')
-rw-r--r--.devcontainer/devcontainer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 626e731..c3fc20e 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -18,8 +18,8 @@
// Set *default* container specific settings.json values on container create.
"settings": {
"python.defaultInterpreterPath": "/usr/local/bin/python",
- "python.linting.enabled": false,
- "python.linting.pylintEnabled": false,
+ "python.linting.enabled": true,
+ "python.linting.pylintEnabled": true,
"python.formatting.autopep8Path": "/usr/local/py-utils/bin/autopep8",
"python.formatting.blackPath": "/usr/local/py-utils/bin/black",
"python.formatting.yapfPath": "/usr/local/py-utils/bin/yapf",