You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In older versions (1.34.1, 1.34.2) this works locally on Ubuntu as well as self-hosted Debian gitlab runners. Starting in 1.35.0 (and 1.36.4) it works only locally but Debian gitlab runners yield:
$ djlint django/api/templates --profile=django --lint
No files to check! 😢
$ djlint django/api/templates --profile=django --check
No files to check! 😢
System Info
Debian GNU/Linux 12 (bookworm)
Python 3.12.9
djlint, version 1.36.4
Issue
I have been successfully linting all html files in my template dir via:
In older versions (1.34.1, 1.34.2) this works locally on Ubuntu as well as self-hosted Debian gitlab runners. Starting in 1.35.0 (and 1.36.4) it works only locally but Debian gitlab runners yield:
The following only finds the one
base.html
fileOther recursive linting works ok like:
$ ruff check django/ --diff --unsafe-fixes
How To Reproduce
In this Debian env (I have not tried any others)
djlint $TEMPLATE_DIR --profile=django --lint
djlint $TEMPLATE_DIR --profile=django --lint
Contents of djlint.toml/.djlintrc/pyproject.toml [tool.djlint]
None.
The text was updated successfully, but these errors were encountered: