The current d1lod codebase was written styled with Black which I am pretty happy with and setup.py is already configured to install it. We might also pull in one of the common linters (pep8) if that looks useful. The README should reflect whatever we come up with.
I've set up Black and Flake8 and updated the readme to reflect that. I also tweaked Flake8's config to not warn about long lines since Black emits lines >80 chars sometimes.
The current d1lod codebase was written styled with Black which I am pretty happy with and
setup.py
is already configured to install it. We might also pull in one of the common linters (pep8) if that looks useful. The README should reflect whatever we come up with.