Will this automatically work with new flake8
releases?
#4
Replies: 2 comments 2 replies
-
Hi Andrew. I don't think it would break. Obviously I cannot be 100% certain, but I'm definitely banking on that myself and don't expect I have to change any code whatsoever as new Flake8 releases come out, even major ones. (Though there haven't been any so far, it seems, latest release on PyPI right now is from October 2021.) It wasn't actually much work at all: There is very little code, you can have a look yourself, it's all in |
Beta Was this translation helpful? Give feedback.
-
Wow. Glad you had the chance to patch it in so quick at least.
…---
LI: https://www.linkedin.com/in/heiAndrewQuinn/
GH: https://github.com/hiAndrewQuinn
Personal website: https://andrew-quinn.me/
Aug 1, 2022, 13:37 by ***@***.***:
Fixed in Flake8-pyproject 1.0.0, released today.
—
Reply to this email directly, > view it on GitHub <#4 (reply in thread)>> , or > unsubscribe <https://github.com/notifications/unsubscribe-auth/AMWD2NZCIKZ5BG423PVZ4FTVW6SFVANCNFSM54HC3GCA>> .
You are receiving this because you authored the thread.> Message ID: > <john-hen/Flake8-pyproject/repo-discussions/4/comments/3296012> @> github> .> com>
|
Beta Was this translation helpful? Give feedback.
-
Hiya John -- I'm working on a big forkin' modern Python checklist and I came across
flake8-pyproject
.Tremendous work. I'd love to be able to advise my readers that they can just outright remove the
pre-commit
git hook that calls vanillaflake8
and just call this instead. But what ifflake8
comes out with a new major version? Will this TOML wrapper break?As a speculative question, I figured you'd know better than me. You authored the code after all.
Beta Was this translation helpful? Give feedback.
All reactions