cellml / libcellml

Repository for libCellML development.
https://libcellml.org
Apache License 2.0
16 stars 21 forks source link

Use Black to check the formatting of our Python code? #977

Open agarny opened 2 years ago

agarny commented 2 years ago

I understand that our Python bindings are automatically generated using SWIG, but we still have some Python code that we might want to see properly formatted? If so, it looks like Black might be a good solution?