grantmcconnaughey / Lintly

Automated GitHub PR code reviewer for Python, JavaScript, CSS, and more.
MIT License
92 stars 18 forks source link

Lintly breaks because using an unsupported version of Jinja #54

Open MichaelVoelkel opened 2 years ago

MichaelVoelkel commented 2 years ago

Hi,

requirements hard-code Jinja on <3.0 but it depends on MarkupSafe and does not pin versions. Meanwhile, MarkupSafe went on to a new version that breaks the old Jinja version. So maybe unpin Jinja: https://github.com/pallets/jinja/issues/1590