feat(python): add handler for python PEPs#86
Conversation
python peps are enhancement proposal documents, they are usually referred to as PEP-xxx, PEP xxx or PEPxxx, the handler handles each of those cases. Signed-off-by: Zoltán Reegn <zoltan.reegn@gmail.com>
|
I'll add some tests to this PR a bit later, just wanted to feel around if this would be a good candidate for this plugin. |
|
can you also add some tests here? |
|
Thanks for pinging, I totally forgot about this PR! 😅 Added a test. |
|
you also have to add the handler in the |
|
Whoops, turns out as I was testing it I had it as a custom handler so I didn't notice it not getting registered. I can see if I can improve that when I have some time, what do you think @chrishrb? Strictly in a follow-up PR 😅 |
|
yes, of course. that would be super cool, tests are always welcome (and super important!) 👍 |
python peps are enhancement proposal documents, they are usually
referred to as PEP-xxx, PEP xxx or PEPxxx, the handler handles each of
those cases.
Signed-off-by: Zoltán Reegn zoltan.reegn@gmail.com