issues
search
MIT-PSFC
/
disruption-py
An open-source physics-based Scientific Framework for Disruption Analysis of Fusion Plasmas for AI/ML applications
https://mit-psfc.github.io/disruption-py/
MIT License
11
stars
0
forks
source link
Add pylint ignore list
#299
Closed
gtrevisan
closed
2 months ago
gtrevisan
commented
2 months ago
start adding a few pylint checks to an ignore list:
https://pylint.pycqa.org/en/latest/user_guide/messages/convention/invalid-name.html
https://pylint.pycqa.org/en/latest/user_guide/messages/refactor/too-many-arguments.html
https://pylint.pycqa.org/en/latest/user_guide/messages/refactor/too-many-branches.html
https://pylint.pycqa.org/en/latest/user_guide/messages/refactor/too-many-instance-attributes.html
https://pylint.pycqa.org/en/latest/user_guide/messages/refactor/too-many-lines.html
https://pylint.pycqa.org/en/latest/user_guide/messages/refactor/too-many-locals.html
https://pylint.pycqa.org/en/latest/user_guide/messages/refactor/too-many-statements.html
thoughts?
start adding a few pylint checks to an ignore list:
thoughts?