Hey,

On Fri, Sep 18, 2020 at 05:55:29PM -0400, Ahmed Hassan wrote:
> Does anyone know an open source tool that checks PR before merge for code
> quality? I'm looking for something similar to code climate or codacy. I
> don't want to hook a Jenkins job that makes the usability of Pylint harder.

What do you mean with "makes the usability of Pylint harder" exactly?

The usual way is to run pylint via e.g. GitHub Actions or Travis CI,
usually also using something like tox or pre-commit.

https://docs.github.com/en/actions/guides/building-and-testing-python#running-tests-with-tox
https://tox.readthedocs.io/

Florian

-- 
m...@the-compiler.org (Mail/XMPP) | https://www.qutebrowser.org 
       https://bruhin.software/ | https://github.com/sponsors/The-Compiler/
       GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc
             I love long mails! | https://email.is-not-s.ms/

Attachment: signature.asc
Description: PGP signature

_______________________________________________
code-quality mailing list -- code-quality@python.org
To unsubscribe send an email to code-quality-le...@python.org
https://mail.python.org/mailman3/lists/code-quality.python.org/
Member address: arch...@mail-archive.com

Reply via email to