Skip to content

Commit dd3458c

Browse files
committed
fix missing newline on gend files
1 parent c09baeb commit dd3458c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

askama.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Directories to search for templates, relative to the crate root.
33
dirs = ["templates"]
44
# Unless you add a `-` in a block, whitespace characters won't be trimmed.
5-
whitespace = "preserve"
5+
whitespace = "minimize"

templates/.pre-commit-config.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ repos:
4040
- id: shellcheck # Lints shell scripts to identify syntax and usage errors, with a specified severity of 'warning'.
4141
args:
4242
- --severity=warning
43-
4443
{% if python %}
4544
#############################################################################
4645
# Python
@@ -92,7 +91,6 @@ repos:
9291
# hooks:
9392
# - id: poetry-check # Makes sure the poetry configuration does not get committed in a broken state.
9493
# - id: poetry-lock # Ensures the poetry.lock file is up-to-date with the pyproject.toml changes.
95-
9694
{% endif %}
9795
#############################################################################
9896
# CSS, Markdown, JavaScript, TypeScript, YAML style formatter

0 commit comments

Comments
 (0)