SnekChek - Python Linter wrapper
Hello members of PyCQA, I am martmists, current owner of the IzunaDevs organization, and I'm currently working on a library called SnekChek (which you can find here <https://github.com/izunadevs/snekchek>) I was wondering if you were interested in taking over this package to your repository with me as main contributor, as I will keep updating this package as time goes by (unlike coala or ciocheck) while also supporting as many linters/checkers as possible. I'm also interested in what kind of input you guys have for me, as this is the first time I'm writing a wrapper for these things and I'm not sure if I'm doing it the correct way. I look forward to hearing your response. ~ Martmists
Hi there martmists, The PyCQA is generally open to accepting actively maintained and used projects. It seems that snekcheck is still in the early stages of development and there don't seem to be many contributors at the moment. I'd like to understand what value you would see in moving it to the PyCQA? As for input, it looks as if you're using an explicitly private API in Flake8 to wrap that utility. It's likely this will cause lots of pain for you and your users as that changes. You might want to contribute to Flake8's discussion of the design of a stable public API. Sent from my phone with my typo-happy thumbs. Please excuse my brevity On Jan 19, 2018 19:14, "Martmists" <martmists@gmail.com> wrote: Hello members of PyCQA, I am martmists, current owner of the IzunaDevs organization, and I'm currently working on a library called SnekChek (which you can find here <https://github.com/izunadevs/snekchek>) I was wondering if you were interested in taking over this package to your repository with me as main contributor, as I will keep updating this package as time goes by (unlike coala or ciocheck) while also supporting as many linters/checkers as possible. I'm also interested in what kind of input you guys have for me, as this is the first time I'm writing a wrapper for these things and I'm not sure if I'm doing it the correct way. I look forward to hearing your response. ~ Martmists _______________________________________________ code-quality mailing list code-quality@python.org https://mail.python.org/mailman/listinfo/code-quality
participants (2)
-
Ian Stapleton Cordasco
-
Martmists