Skip to content

Commit

Permalink
Merge pull request #282 from dyson-ai/feature/update_from_template
Browse files Browse the repository at this point in the history
Feature/update from template
  • Loading branch information
blooop authored Dec 4, 2023
2 parents da3e7fc + baeb035 commit 0009445
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 53 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/deploy.yml

This file was deleted.

16 changes: 2 additions & 14 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependsOn": [
"autoformat"
],
"command": "git commit -a -m 'autoformatted and ruff --fix all code' || true"
"command": "git commit -a -m 'fix: autoformatted and ruff --fix all code' || true"
},
{
"label": "pylint",
Expand Down Expand Up @@ -120,8 +120,6 @@
"isDefault": "True"
}
},


{
"label": "run <cfg>",
"type": "shell",
Expand All @@ -131,17 +129,7 @@
"kind": "build",
"isDefault": "True"
}
},
{
"label": "run <cfg> with scoop",
"type": "shell",
"command": "RUNFILE=$(cat ${workspaceFolder}/.vscode/active_file.cfg); echo Running file: $RUNFILE; python3 -m scoop $RUNFILE",
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": "True"
}
}
},
],
"inputs": [
{
Expand Down
2 changes: 1 addition & 1 deletion docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ Pseudocode of bencher
Example Output
--------------

https://dyson-ai.github.io/bencher/
https://dyson-ai.github.io/bencher/

0 comments on commit 0009445

Please sign in to comment.