Closed landmanbester closed 1 year ago
[ ] Tests added / passed
$ py.test --flake8 -v -s .
If the flake8 tests fail, the quickest way to correct this is to run autopep8 and then flake8 to fix the remaining issues.
autopep8
flake8
$ pip install -U autopep8 flake8 $ autopep8 -r -i . $ flake8 .
Fixes https://github.com/caracal-pipeline/crystalball/issues/61
Looks good, is there anything else needed here before merge?
I don't think so. It works for me at least
[ ] Tests added / passed
If the flake8 tests fail, the quickest way to correct this is to run
autopep8
and thenflake8
to fix the remaining issues.Fixes https://github.com/caracal-pipeline/crystalball/issues/61