Skip to content

Commit 7ead86b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 57b2eee commit 7ead86b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,6 @@ version-file = "src/pytest_html/__version.py"
9595
[tool.hatch.build.hooks.custom]
9696
path = "scripts/npm.py"
9797

98-
[tool.djlint]
99-
profile="jinja"
100-
ignore="H005,H016,H030,H031,H006,H013"
101-
10298
[tool.mypy]
10399
check_untyped_defs = false # TODO
104100
disallow_any_generics = true
@@ -116,3 +112,6 @@ warn_return_any = true
116112
warn_unreachable = true
117113
warn_unused_configs = true
118114

115+
[tool.djlint]
116+
profile = "jinja"
117+
ignore = "H005,H016,H030,H031,H006,H013"

0 commit comments

Comments
 (0)