Changing from 120 chars to 100 chars.
- Reformat code and commit.
black --config ./etc/future_pyproject.toml python/
git add -vu
git commit --no-verify -m 'reformat code'
- Look for violations in comments & fix them. (Only change comments at this time.)
flake8 --config ./etc/future_setup.cfg python/
- Commit and rebase to remove step 1.