diff --git a/.vscode/settings.json b/.vscode/settings.json index dd63eea0d..60150c6d1 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,6 @@ { "ruff.enable": true, + "ruff.configuration": "pyproject.toml", "python.testing.unittestEnabled": false, "python.testing.pytestEnabled": true, "pylint.importStrategy": "fromEnvironment",