About Reformatting All Python Project Files

Run this command from project root to reformat all project files with Black:

$ black **/*.py

Do that as a single commit for safety reasons: don't mix up with other code changes.

Tips and Tricks Development Developer Experience Python 3 Bash Black