Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions template/.github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ updates:
interval: monthly
commit-message:
prefix: ci
include: scope

- package-ecosystem: uv
directory: /
schedule:
interval: monthly
commit-message:
prefix: build
include: scope
4 changes: 2 additions & 2 deletions template/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
ci:
autofix_commit_msg: "chore(pre-commit): :pencil2: automatic fixes"
autoupdate_commit_msg: "ci(pre-commit): :construction_worker: update pre-commit CI version"
autofix_commit_msg: "chore: ✏️ automatic pre-commit hook fixes"
autoupdate_commit_msg: "ci: 👷 update pre-commit CI version"

repos:
- repo: https://github.com/gitleaks/gitleaks
Expand Down
2 changes: 2 additions & 0 deletions template/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@
"python.testing.pytestEnabled": true,
"python.testing.pytestPath": "${workspaceFolder}/.venv/bin/pytest",
"mypy.runUsingActiveInterpreter": true,
"conventionalCommits.emojiFormat": "emoji",
"conventionalCommits.promptScopes": false
}
Loading