Open clach04 opened 2 months ago
Making recent changes to setup.py was rather painful due to coding style that is not pythonic.
https://peps.python.org/pep-0008/ covers a style that is very common.
https://github.com/psf/black could be used with no effort, assuming one is happy with the opinionated results.
Making recent changes to setup.py was rather painful due to coding style that is not pythonic.
https://peps.python.org/pep-0008/ covers a style that is very common.
https://github.com/psf/black could be used with no effort, assuming one is happy with the opinionated results.