Closed taldcroft closed 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):
~/.config/pycodestyle
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.
sot
flake8
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 controlsautopep8
):I've applied for GitHub actions for the
sot
org. When we get accepted then we'll start enforcingflake8
compliance for merge. E.g. https://github.com/actions/starter-workflows/blob/master/ci/python-package.yml.