Used isort to sort imports. Also added to the git pre-commit hook.
[python_utils.git] / file_utils.py
2022-02-02 ScottUsed isort to sort imports. Also added to the git...
2022-02-02 ScottMore type annotations.
2022-01-31 ScottChange locking boundaries for shared dict. Add a unit...
2022-01-30 ScottAdd some new helper methods to file utils.
2022-01-27 ScottAhem. Still running black?
2022-01-27 ScottRan black code formatter on everything.
2022-01-27 ScottRemove missing import.
2022-01-23 ScottClean up the remote executor stuff and create a dedicat...
2022-01-23 ScottAdded some helpers to file_utils and improved the docs...
2022-01-11 ScottStart using warnings from stdlib.
2021-10-31 Scott GaschUgh, a bunch of things. @overrides. --lmodule. Chrom...
2021-09-09 Scott GaschAdd doctests to some of this stuff.
2021-07-29 Scott GaschMoney, Rate, CentCount and a bunch of bugfixes.
2021-07-13 Scott GaschRandom changes.
2021-07-09 Scott GaschReduce import scopes, remove cycles.
2021-07-09 Scott GaschLots of changes.
2021-04-13 Scott GaschVarious sundry changes.
2021-03-25 Scott GaschInitial revision