diff --git a/.vscode/settings.json b/.vscode/settings.json index b378a106..fe2a97f8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -19,4 +19,6 @@ "./src/zos_jobs", "./src/zosmf" ], + "python.linting.enabled": true, + "python.linting.pylintEnabled": true, }