Skip to content

Commit 2d5e41c

Browse files
committed
clean
1 parent dd3458c commit 2d5e41c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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 = "minimize"
5+
whitespace = "preserve"

templates/.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ 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+
4344
{% if python %}
4445
#############################################################################
4546
# Python

0 commit comments

Comments
 (0)