summaryrefslogtreecommitdiff
path: root/lockfile.py
AgeCommit message (Expand)Author
2022-02-05Change threshold.Scott Gasch
2022-02-03Change settings in flake8 and black.Scott Gasch
2022-02-02Used isort to sort imports. Also added to the git pre-commit hook.Scott
2022-02-02mypy clean!Scott
2022-01-26Ahem. Still running black?Scott
2022-01-26Ran black code formatter on everything.Scott
2022-01-21Remove spurious print message.Scott
2022-01-12Scale back warnings.warn and add stacklevels= where appropriate.Scott
2022-01-11Start using warnings from stdlib.Scott
2022-01-10Fix a missing import bug.Scott
2022-01-06A bunch of changes...Scott
2021-12-06Move stuff around.Scott
2021-09-08Add doctests to some of this stuff.Scott Gasch
2021-08-05Adds profanity filter, fixes bugs.Scott Gasch
2021-07-29Lockfile custom command, fixup minor things.Scott Gasch
2021-07-12Random changes.Scott Gasch