fillipe-gsm / python-tsp

Library to solve Traveling Salesperson Problems with pure Python code
MIT License
174 stars 28 forks source link

Replace `autopep8` with `black` formatter #24

Closed fillipe-gsm closed 1 year ago

fillipe-gsm commented 1 year ago

The autopep8 formatting is not really being helpful; a lot of large lines are begin skipped, and its overall "aggressive" formatting is not that good with comparison with the more opinionated black.

Thus, we replaced autopep8 with black here.