Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
woutervh committed Oct 23, 2023
1 parent f8a7dfe commit 3d856b1
Show file tree
Hide file tree
Showing 5 changed files with 2,799 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.TOKEN_AUTOMERGE }}
1 change: 1 addition & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
// sort alphabetically
"recommendations": [
// sort alphabetically
"bungcip.better-toml",
Expand Down
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"files.exclude": {
"**/__pycache__": true
},
"files.workspaceStorage": "${workspaceFolder}/var/tmp/",
"files.tempDir": "${workspaceFolder}/var/tmp/",
"makefile.defaultLaunchConfiguration": {},
"makefile.extensionOutputFolder": "./var/cache/vscode",
"makefile.makeDirectory": "./",
Expand All @@ -18,7 +20,6 @@
// https://code.visualstudio.com/docs/python/settings-reference
"python.envFile": "${workspaceFolder}/.env",
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python",
"python.linting.enabled": true,
"python.terminal.activateEnvironment": true,
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
Expand Down
Loading

0 comments on commit 3d856b1

Please sign in to comment.