glm-tools / pyglmnet

Python implementation of elastic-net regularized generalized linear models
http://glm-tools.github.io/pyglmnet/
MIT License
279 stars 83 forks source link

add pydocstyle #328

Open jasmainak opened 4 years ago

jasmainak commented 4 years ago

In most of the other projects I contribute to, we use pydocstyle to check conformity to PEP257. Once #259 is in, we can enable it by simply switching the line $ make flake to $ make pep. It's just a lot of errors, so it can be done when we are bored :)