ccdhmodel icon indicating copy to clipboard operation
ccdhmodel copied to clipboard

Add code style checking with Black

Open gaurav opened this issue 2 years ago • 0 comments

This PR adds a Makefile target (test-code-style) that uses Black to test Python code in the /tests directory (the only directory containing hand-written Python code at the moment). It also deletes the tox testing system, which is no longer maintained as we use GitHub Actions instead.

Should be merged after PR #127.

gaurav avatar Dec 18 '21 05:12 gaurav