lint setup for jinja #1935
Unanswered
up-stevesloan
asked this question in
Q&A
Replies: 1 comment 4 replies
-
You could try https://pypi.org/project/djlint/ and similar projects as a first step 🙂 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks for the awesome tool (and maintenance thereof)!
I've been developing my template repo using
.jinja
versions of the files I want copied to the project repos. However, I don't find out that there are jinja syntax issues until I copy. I'm hoping to set up a linter so as to discover these problems prior to committing to my template - what are folks using for this?Ideally I'd also be able to lint the jinja templates against the questions in copier.yml to ensure nothing's misspelled.
Beta Was this translation helpful? Give feedback.
All reactions