diff --git a/.vscode/settings.json b/.vscode/settings.json index c63e326..adad55f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,5 @@ { "python.linting.mypyEnabled": true, - "python.linting.enabled": true -} \ No newline at end of file + "python.linting.enabled": true, + "cSpell.words": ["pkgs"] +}