ionelmc / python-hunter

Hunter is a flexible code tracing toolkit.
https://python-hunter.readthedocs.io/
BSD 2-Clause "Simplified" License
796 stars 46 forks source link

Formatted with black #69

Closed rednafi closed 3 years ago

rednafi commented 5 years ago

Some of the modules (e.g. utils.py) were very difficult to read due to the non-uniform formatting. Formatted the whole project with black, kept the default settings.

abitrolly commented 3 years ago

Needs rebase and tests are failing.

ionelmc commented 3 years ago

Pretty sure we need to have a serious discussion about what exactly black would improve. Cause it would make formatting and readability in the tests way worse for sure.