aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
authorPherkel2023-08-18 23:41:09 +0200
committerPherkel2023-08-18 23:41:09 +0200
commit8159a0b8a4519dced2490d77b7e1ae7fd1bbadef (patch)
tree586e7304ce46cbd17d07ebc3c6fec1e46f1a4a0f /.vscode/settings.json
parent13a608530eba90cea4c003566e331938fbf34bda (diff)
made linter changes (will still fail)
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 6d5637c..bd8762b 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -7,4 +7,6 @@
},
"black-formatter.importStrategy": "fromEnvironment",
"python.analysis.typeCheckingMode": "basic",
+ "python.linting.pylintEnabled": true,
+ "python.linting.enabled": true,
} \ No newline at end of file