Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lintly breaks because using an unsupported version of Jinja #54

Open
MichaelVoelkel opened this issue Feb 18, 2022 · 0 comments · May be fixed by #52
Open

Lintly breaks because using an unsupported version of Jinja #54

MichaelVoelkel opened this issue Feb 18, 2022 · 0 comments · May be fixed by #52

Comments

@MichaelVoelkel
Copy link

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: pallets/jinja#1590

@jstucke jstucke linked a pull request Feb 21, 2022 that will close this issue
anthonyfok added a commit to anthonyfok/opendrr-api that referenced this issue Mar 3, 2022
Replace our previous lintly-flake8.yml and shellcheck.yml workflows
with GitHub Super-Linter.

This was motivated by a recent Lintly bug caused by the pinning of Jinja
to an old version which no longer works with latest MarkupSafe version,
and by the apparent fact that Lintly is no longer maintained upstream.
See grantmcconnaughey/Lintly#54 and grantmcconnaughey/Lintly#55

Add Super-Linter badge to README.md, and fix errors from Super-Linter.
anthonyfok added a commit to anthonyfok/opendrr-api that referenced this issue Mar 3, 2022
Replace our previous lintly-flake8.yml and shellcheck.yml workflows
with GitHub Super-Linter.

This was motivated by a recent Lintly bug caused by the pinning of Jinja
to an old version which no longer works with latest MarkupSafe version,
and by the apparent fact that Lintly is no longer maintained upstream.
See grantmcconnaughey/Lintly#54 and grantmcconnaughey/Lintly#55

Add Super-Linter badge to README.md, and fix errors from Super-Linter.
anthonyfok added a commit to OpenDRR/opendrr-api that referenced this issue Mar 7, 2022
Replace our previous lintly-flake8.yml and shellcheck.yml workflows
with GitHub Super-Linter.

This was motivated by a recent Lintly bug caused by the pinning of Jinja
to an old version which no longer works with latest MarkupSafe version,
and by the apparent fact that Lintly is no longer maintained upstream.
See grantmcconnaughey/Lintly#54 and grantmcconnaughey/Lintly#55

Add Super-Linter badge to README.md, and fix errors from Super-Linter.
bugale added a commit to bugale/Bugalintly that referenced this issue Jul 11, 2022
bugale added a commit to bugale/Bugalintly that referenced this issue Jul 11, 2022
bugale added a commit to bugale/Bugalintly that referenced this issue Jul 11, 2022
bugale added a commit to bugale/Bugalintly that referenced this issue Jul 11, 2022
bugale added a commit to bugale/Bugalintly that referenced this issue Jul 11, 2022
bugale added a commit to bugale/Bugalintly that referenced this issue Jul 11, 2022
bugale added a commit to bugale/Bugalintly that referenced this issue Jul 11, 2022
bugale added a commit to bugale/Bugalintly that referenced this issue Jul 11, 2022
bugale added a commit to bugale/Bugalintly that referenced this issue Jul 11, 2022
bugale added a commit to bugale/Bugalintly that referenced this issue Jul 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant