johnfraney / flake8-markdown

Lints Python code blocks in Markdown files using flake8
MIT License
23 stars 8 forks source link

Remove upper bound on flake8 #14

Closed jonyscathe closed 2 years ago

jonyscathe commented 2 years ago

Normally, I would just change this to <6.0. However given that this is not a very active project, I think it best to remove the upper bound on flake8.

Let me know if you would prefer to keep the bound to <6.0 instead.

Closes #13

johnfraney commented 2 years ago

@jonyscathe Thanks! Sorry about the slow reply; I was traveling a couple times this month. I'll put together a new release with this change included

jonyscathe commented 2 years ago

All good - understand that people don't always have time to work on these sorts of things urgently :)

billou57 commented 2 years ago

Hello @johnfraney , are you scheduling a release soon in order to permit a migration to flake8 >= 5 ?

johnfraney commented 2 years ago

@billou57 You bet! A newer version of Python changed column number reporting for some exceptions, so I have to update some unit tests. I'll be working on the release this weekend