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
5 changes: 0 additions & 5 deletions template/.vscode/google-notypes.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,3 @@ Yields:
{{descriptionPlaceholder}}.
{{/yields}}
{{/yieldsExist}}

Examples:
```{python}
{{descriptionPlaceholder}}
```
23 changes: 0 additions & 23 deletions template/.vscode/json.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,6 @@
],
"description": "Insert bash formatted text"
},
"Insert YAML header for blogs": {
"scope": "quarto,markdown",
"prefix": "post_yaml",
"body": [
"---",
"title: \"\"",
"description: \"Our reasons for ...\"",
"author: \"\"",
"date: last-modified",
"categories:",
" ${0:Type 'category_keywords' to insert categories}",
"---"
],
"description": "Insert YAML header for Quarto blog posts."
},
"Insert a hidden comment section": {
"scope": "quarto,markdown",
"prefix": "hidden",
Expand Down Expand Up @@ -76,14 +61,6 @@
],
"description": "Insert a 3 col table"
},
"Insert video": {
"scope": "quarto,markdown",
"prefix": "video",
"body": [
"{{< video ${0:Insert link here} >}}"
],
"description": "Insert video that will be shown"
},
"Insert paneltab": {
"scope": "quarto,markdown",
"prefix": "paneltab",
Expand Down
1 change: 0 additions & 1 deletion template/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# Run all build-related recipes in the justfile
run-all: install-deps format-python check-python check-spelling check-commits build


# List all TODO items in the repository
list-todos:
grep -R -n --exclude="*.code-snippets" "TODO" *
Expand Down
13 changes: 0 additions & 13 deletions template/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,8 @@ readme = "README.md"
license = "MIT AND "
license-files = ["LICENSE-MIT.md", ""]
requires-python = ">=3.12"
dependencies = [
"polars>=1.27.0",
"seedcase-sprout>=0.46.3",
]

{% if package_github_repo %}
[project.urls]
issues = "https://github.com/{{ package_github_repo }}/issues"
repository = "https://github.com/{{ package_github_repo }}"
{% endif %}

[dependency-groups]
dev = [
"commitizen>=4.5.1",
"pre-commit>=4.2.0",
"ruff>=0.11.4",
"typos>=1.32.0",
]
Loading