mdickinson / refcycle

Support for displaying and analyzing reference graphs of Python objects.
Apache License 2.0
15 stars 1 forks source link

Add GitHub Actions workflow to check style #92

Closed mdickinson closed 9 months ago

mdickinson commented 9 months ago

This PR adds a GitHub Actions workflow to check style, using black, isort and flake8, and uses isort and black to reformat the code.