This PR applies pre-commit fixes across the entire repository in preparation for merging #204. Most of these violations are end-of-file and trailing whitespace fixes, but there are also a few places imports were reordered, and where f-strings were used in place of calls to format(). Finally, some __future__ imports related to python-2/3 migration were removed.
This PR applies pre-commit fixes across the entire repository in preparation for merging #204. Most of these violations are end-of-file and trailing whitespace fixes, but there are also a few places imports were reordered, and where f-strings were used in place of calls to
format()
. Finally, some__future__
imports related to python-2/3 migration were removed.