bionitio-team / bionitio-python

Demonstrating best practices for bioinformatics command line tools
MIT License
25 stars 12 forks source link

Black formatter #9

Open ewels opened 4 years ago

ewels commented 4 years ago

Reformatted all Python code using Black and set up tests and documentation.

I also reformatted the main Readme quite a bit to adhere to standard Markdown syntax (eg. language specification for code colouring in code blocks, surrounding code blocks with newlines etc - it's possible to also lint markdown style if you want to go down this route, see markdownlint-cli and an example GitHub Actions CI workflow). You can see how this is rendered on GitHub on my fork.

Closes https://github.com/bionitio-team/bionitio-python/issues/6