OHDSI / bayes-bridge

Bayesian sparse regression with regularized shrinkage and conjugate gradient acceleration
https://bayes-bridge.readthedocs.io/en/latest/
18 stars 7 forks source link

Consider adding a linter and conforming to a certain style. #5

Open chinandrew opened 2 years ago

chinandrew commented 2 years ago

For style and documentation purposes, consider using pylint or flake8 to lint the code and make any required changes to pass the check. For docstrings, could also add pydocstyle. For something more opinionated, could use black. Would also recommend adding them as a CI step once implemented.