Skip to content

Commit

Permalink
added updated debug config to simulate a commit
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-heist-slalom committed Apr 9, 2024
1 parent 2adf4da commit 5d4e65a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .secureli/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down
12 changes: 11 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"version": "0.2.0",
"configurations": [

{
"name": "Python: secureli --version",
"type": "debugpy",
Expand Down Expand Up @@ -65,6 +64,17 @@
"purpose": ["debug-test"],
"console": "integratedTerminal",
"justMyCode": false
},
{
"name": "Debug pre-commit",
"type": "debugpy",
"request": "launch",
"program": "${workspaceFolder}/secureli/main.py",
"cwd": "${workspaceFolder}",
"stopOnEntry": false,
"console": "integratedTerminal",
"justMyCode": true,
"args": ["scan", "--publish-results=always"]
}
]
}

0 comments on commit 5d4e65a

Please sign in to comment.