Skip to content

Commit

Permalink
Align with Copier template v10
Browse files Browse the repository at this point in the history
  • Loading branch information
trallnag committed Jan 22, 2025
1 parent 39e70aa commit 7587702
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_commit: v9
_commit: v10
_src_path: [email protected]:trallnag/copier-template-python-script.git
project_name: filter-pre-commit-hooks
repo_name: filter-pre-commit-hooks
Expand Down
5 changes: 3 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@
"customizations": {
"vscode": {
"extensions": [
"tamasfe.even-better-toml",
"Tyriar.sort-lines",
"charliermarsh.ruff",
"mhutchie.git-graph",
"ms-python.python",
"tamasfe.even-better-toml",
"task.vscode-task",
"Tyriar.sort-lines"
]
}
},
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.local/
.venv/
.vscode/
tmp/
Expand Down

0 comments on commit 7587702

Please sign in to comment.