RocketPy icon indicating copy to clipboard operation
RocketPy copied to clipboard

MNT: Refactors the code to adopt pylint

Open Gui-FernandesBR opened this issue 1 year ago • 2 comments

We are going to officially adopt pylint in this repo.

Github Actions workflows erre updated:

  • The black/linter bot will no longer commit to this repo
  • When opening a PR, isort, black and pylint will be executed to verify if the code follows

I fixed many pylint errors, but it was a really hard task, quite time consuming. Therefore, I had to use pylint-silent to ignore some errors, those will be solved in the future, one by one.

You don't have to read all the files. Focus on the new github workflow files and the .pylintrc file

Gui-FernandesBR avatar Jun 14 '24 01:06 Gui-FernandesBR