Used isort to sort imports. Also added to the git pre-commit hook.
[python_utils.git] / lockfile.py
2022-02-02 ScottUsed isort to sort imports. Also added to the git...
2022-02-02 Scottmypy clean!
2022-01-27 ScottAhem. Still running black?
2022-01-27 ScottRan black code formatter on everything.
2022-01-21 ScottRemove spurious print message.
2022-01-12 ScottScale back warnings.warn and add stacklevels= where...
2022-01-11 ScottStart using warnings from stdlib.
2022-01-11 ScottFix a missing import bug.
2022-01-06 ScottA bunch of changes...
2021-12-06 ScottMove stuff around.
2021-09-09 Scott GaschAdd doctests to some of this stuff.
2021-08-05 Scott GaschAdds profanity filter, fixes bugs.
2021-07-29 Scott GaschLockfile custom command, fixup minor things.
2021-07-13 Scott GaschRandom changes.