From efbc036ce0af2e9c7285d01b16fccac9267df4d5 Mon Sep 17 00:00:00 2001 From: Anthony Shaw Date: Tue, 18 Jun 2024 14:11:47 +1000 Subject: [PATCH] Disable ACA public rules --- .cruft.json | 2 +- .vscode/launch.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.cruft.json b/.cruft.json index 470a688..f53f1f5 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/Azure-Samples/Azure-Python-Standardization-Template-Generator", - "commit": "984454a27bd81d8d26794bd3464e9b1b5714ff66", + "commit": "a1af8a751ff6dda112837d885ccee36578b33a2f", "checkout": null, "context": { "cookiecutter": { diff --git a/.vscode/launch.json b/.vscode/launch.json index d9174b3..b2bb1c7 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -6,7 +6,7 @@ "configurations": [ { "name": "Python: Django", - "type": "python", + "type": "debugpy", "request": "launch", "program": "${workspaceFolder}/src/manage.py", "args": [ @@ -17,7 +17,7 @@ }, { "name": "Python: Debug Tests", - "type": "python", + "type": "debugpy", "request": "launch", "program": "${file}", "purpose": ["debug-test"],