diff --git a/.vscode/settings.json b/.vscode/settings.json index f4efc816..40251748 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -19,4 +19,6 @@ ], "cSpell.language": "en-AU", "jest.enable": false, + "pylint.enabled": true, + "pylint.importStrategy": "fromEnvironment", } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 00000000..59760201 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,4 @@ +[tool.pylint.main] +disable = [ + "all" +]