File tree Expand file tree Collapse file tree 4 files changed +0
-42
lines changed Expand file tree Collapse file tree 4 files changed +0
-42
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,3 @@ Yields:
34
34
{ {descriptionPlaceholder} }.
35
35
{ {/yields} }
36
36
{ {/yieldsExist} }
37
-
38
- Examples:
39
- ```{ python}
40
- { {descriptionPlaceholder} }
41
- ```
Original file line number Diff line number Diff line change 31
31
],
32
32
"description" : " Insert bash formatted text"
33
33
},
34
- "Insert YAML header for blogs" : {
35
- "scope" : " quarto,markdown" ,
36
- "prefix" : " post_yaml" ,
37
- "body" : [
38
- " ---" ,
39
- " title: \"\" " ,
40
- " description: \" Our reasons for ...\" " ,
41
- " author: \"\" " ,
42
- " date: last-modified" ,
43
- " categories:" ,
44
- " ${0:Type 'category_keywords' to insert categories}" ,
45
- " ---"
46
- ],
47
- "description" : " Insert YAML header for Quarto blog posts."
48
- },
49
34
"Insert a hidden comment section" : {
50
35
"scope" : " quarto,markdown" ,
51
36
"prefix" : " hidden" ,
76
61
],
77
62
"description" : " Insert a 3 col table"
78
63
},
79
- "Insert video" : {
80
- "scope" : " quarto,markdown" ,
81
- "prefix" : " video" ,
82
- "body" : [
83
- " {{< video ${0:Insert link here} >}}"
84
- ],
85
- "description" : " Insert video that will be shown"
86
- },
87
64
"Insert paneltab" : {
88
65
"scope" : " quarto,markdown" ,
89
66
"prefix" : " paneltab" ,
Original file line number Diff line number Diff line change 4
4
# Run all build-related recipes in the justfile
5
5
run-all : install-deps format-python check-python check-spelling check-commits build
6
6
7
-
8
7
# List all TODO items in the repository
9
8
list-todos :
10
9
grep -R -n --exclude=" *.code-snippets" " TODO" *
Original file line number Diff line number Diff line change @@ -16,21 +16,8 @@ readme = "README.md"
16
16
license = "MIT AND "
17
17
license-files = ["LICENSE-MIT.md", ""]
18
18
requires-python = ">=3.12"
19
- dependencies = [
20
- "polars>=1.27.0",
21
- "seedcase-sprout>=0.46.3",
22
- ]
23
-
24
19
{% if package_github_repo %}
25
20
[project.urls]
26
21
issues = "https://github.com/{{ package_github_repo }}/issues"
27
22
repository = "https://github.com/{{ package_github_repo }}"
28
23
{% endif %}
29
-
30
- [dependency-groups]
31
- dev = [
32
- "commitizen>=4.5.1",
33
- "pre-commit>=4.2.0",
34
- "ruff>=0.11.4",
35
- "typos>=1.32.0",
36
- ]
You can’t perform that action at this time.
0 commit comments