Skip to content

Commit

Permalink
Disable ACA public rules
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney committed Jun 18, 2024
1 parent 9ecba00 commit efbc036
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/Azure-Samples/Azure-Python-Standardization-Template-Generator",
"commit": "984454a27bd81d8d26794bd3464e9b1b5714ff66",
"commit": "a1af8a751ff6dda112837d885ccee36578b33a2f",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"configurations": [
{
"name": "Python: Django",
"type": "python",
"type": "debugpy",
"request": "launch",
"program": "${workspaceFolder}/src/manage.py",
"args": [
Expand All @@ -17,7 +17,7 @@
},
{
"name": "Python: Debug Tests",
"type": "python",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"purpose": ["debug-test"],
Expand Down

0 comments on commit efbc036

Please sign in to comment.