From 54980973a7b1e41d5b5096e69a221e11f18a9326 Mon Sep 17 00:00:00 2001 From: Carl Baillargeon Date: Mon, 12 Aug 2024 20:06:01 -0400 Subject: [PATCH] chore: Update VSCode settings.json for Ruff --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) 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",