OpenPIV / openpiv-python

OpenPIV is an open source Particle Image Velocimetry analysis software written in Python and Cython
http://www.openpiv.net
GNU General Public License v3.0
237 stars 141 forks source link

Consider use of AI code reviewers #311

Open yuriishizawa opened 10 months ago

yuriishizawa commented 10 months ago

@alexlib please consider include in this repo some code reviewers AI, such as CodeRabbit and Sourcery.

CodeRabbit works on automatic analysis of PR. It has a great functionality that is create a summary of differences automatically. Sourcery works as a linter that creates PR or even improve opened PR for increase legibility of code or for formatting.

A good use case of both tools for me is the repo of PandasAI. It's an example of the power of these tools: https://github.com/gventuri/pandas-ai/pull/713.

And the best: they are free for open-source projects.

alexlib commented 10 months ago

sounds great. we would consider those.