open-lasso-python / lasso-python

Home of the open-source CAE library lasso-python 🐍
BSD 3-Clause "New" or "Revised" License
50 stars 12 forks source link

Handle pylint issues #14

Closed codie3611 closed 1 year ago

codie3611 commented 1 year ago

Running pylint with either task lint (see development section in README.md) or simply running poetry run pylint outputs a very large amount of linting issues in the project. Address these. This can mean fixing them but this can also mean to add excuses in certain spots where it seems alright. If in doubt don't hesitate to ask either in the issue or in the respective pull request,