HERA-Team / hera_pspec

HERA power spectrum estimation code and data formats
http://hera-pspec.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
4 stars 3 forks source link

Consider adding linting checks in CI #311

Open bhazelton opened 3 years ago

bhazelton commented 3 years ago

To enforce your desired code style. This really helps with code readability.

You can even do this with a pre-commit hook which makes is really easy for contributors to match your style. See the RASG repos for examples.