Leibniz-HBI / smormlpy

A cookiecutter skeleton for SMO/MRML python tools.
MIT License
0 stars 0 forks source link

fix: flake8 instead of pylint? #26

Open pekasen opened 1 year ago

pekasen commented 1 year ago

PyLint can become very, very slow. Maybe use flake instead?

FlxVctr commented 1 year ago

I actually used flake8 as my standard in the past (and still do for personal projects). Never had a problem. So if it's faster, sure, why not?