apache / kibble-1

Apache Kibble - a tool to collect, aggregate and visualize data about any software project
https://kibble.apache.org/
Apache License 2.0
58 stars 27 forks source link

Add pylint to pre-commit #90

Open michalslowikowski00 opened 3 years ago

michalslowikowski00 commented 3 years ago

Hey folks. This PR will add Pylint to Kibble pre-commit hooks. If you don't know what Pylint is here you can read about it

turbaszek commented 3 years ago

@michalslowikowski00 please rebase, I merged #78 and it introduced a lot of additional code to scan :<

michalslowikowski00 commented 3 years ago

@turbaszek Have you any idea how to resolve all those conflicts? https://github.com/apache/kibble/pull/90/checks?check_run_id=1400755394

turbaszek commented 3 years ago

@turbaszek Have you any idea how to resolve all those conflicts? https://github.com/apache/kibble/pull/90/checks?check_run_id=1400755394

There was missing coma, I committed it. Looks better now