Skip to content

Commit 984fb6f

Browse files
committed
style: 🎨 reformat some Jinja files
1 parent 3903c1f commit 984fb6f

3 files changed

Lines changed: 17 additions & 19 deletions

File tree

template/404.qmd.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ illustration of the number 404 surrounded by trees and mountains"}
1717
## Illustration by [Storyset](https://storyset.com/online) {.appendix}
1818

1919
{%- else -%}
20-
This page does not exist, go back to the [homepage](/index.qmd) or check
21-
the URL for typos.
20+
This page does not exist, go back to the [homepage](/index.qmd) or check the URL
21+
for typos.
2222
{%- endif %}

template/LICENSE.md.jinja

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,19 @@
22

33
Copyright (c) {{ copyright_year }} {{ github_repo }} authors
44

5-
Permission is hereby granted, free of charge, to any person obtaining a
6-
copy of this software and associated documentation files (the
7-
"Software"), to deal in the Software without restriction, including
8-
without limitation the rights to use, copy, modify, merge, publish,
9-
distribute, sublicense, and/or sell copies of the Software, and to
10-
permit persons to whom the Software is furnished to do so, subject to
11-
the following conditions:
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of
6+
this software and associated documentation files (the "Software"), to deal in
7+
the Software without restriction, including without limitation the rights to
8+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9+
the Software, and to permit persons to whom the Software is furnished to do so,
10+
subject to the following conditions:
1211

13-
The above copyright notice and this permission notice shall be included
14-
in all copies or substantial portions of the Software.
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
1514

16-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
17-
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
20-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
21-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
22-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

template/justfile.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ format-docstrings:
6161
--fix-rst-backticks false \
6262
src/
6363

64-
# Format Markdown files
64+
# Format Markdown files
6565
format-md:
6666
# Use both rumdl and panache, for different purposes
6767
uvx rumdl fmt --silent

0 commit comments

Comments
 (0)