sot / proseco

Probabilistic star evaluation and catalog optimization
https://sot.github.io/proseco
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

PEP8, flake8 and sphinx RST fixes #310

Closed taldcroft closed 5 years ago

taldcroft commented 5 years ago

This is the beginning of the end of PEP8 and flake8 violations in Ska3 code. I'm using the following for my ~/.config/pycodestyle file (which also controls autopep8):

[pycodestyle]
max-line-length = 100

I've applied for GitHub actions for the sot org. When we get accepted then we'll start enforcing flake8 compliance for merge. E.g. https://github.com/actions/starter-workflows/blob/master/ci/python-package.yml.