Skip to content

Commit 6e993b3

Browse files
committed
v1.43.0
1 parent 659b7b6 commit 6e993b3

5 files changed

Lines changed: 8 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## [Unreleased]
66

7+
## [1.43.0] - 2026-07-27
8+
79
### Feature
810

911
- New `--stdin-filename` option gives content piped in on stdin (`djlint -`) its real path, so `per-file-ignores` matches against that name and linter messages report it. Per-file ignores were previously dead for piped input, since nothing matches the name `-`. Path separators are normalized as they are for files on disk.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "djlint",
3-
"version": "1.42.3",
3+
"version": "1.43.0",
44
"description": "HTML Template Linter and Formatter",
55
"keywords": [
66
"html template linter",
@@ -45,7 +45,7 @@
4545
},
4646
"files": [],
4747
"scripts": {
48-
"postinstall": "python3 -m pip install --upgrade djlint==1.42.3"
48+
"postinstall": "python3 -m pip install --upgrade djlint==1.43.0"
4949
},
5050
"devDependencies": {
5151
"@ianvs/prettier-plugin-sort-imports": "4.7.1",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "djlint"
3-
version = "1.42.3"
3+
version = "1.43.0"
44
description = "HTML template linter and formatter (Django, Jinja, Twig, Nunjucks, Handlebars, Liquid, Go templates)"
55
readme = "README.md"
66
requires-python = ">=3.10"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)