index
:
python_utils.git
master
A bunch of python helper utils. Needed to run most of my python code.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lockfile.py
Age
Commit message (
Expand
)
Author
2022-03-25
Since this thing is on the innerwebs I suppose it should have a
Scott Gasch
2022-02-10
More cleanup.
Scott Gasch
2022-02-08
Cleanup more contextlib.AbstractContextManagers and Literal[False]s.
Scott Gasch
2022-02-08
More cleanup, yey!
Scott Gasch
2022-02-05
Change threshold.
Scott Gasch
2022-02-03
Change settings in flake8 and black.
Scott Gasch
2022-02-02
Used isort to sort imports. Also added to the git pre-commit hook.
Scott
2022-02-02
mypy clean!
Scott
2022-01-26
Ahem. Still running black?
Scott
2022-01-26
Ran black code formatter on everything.
Scott
2022-01-21
Remove spurious print message.
Scott
2022-01-12
Scale back warnings.warn and add stacklevels= where appropriate.
Scott
2022-01-11
Start using warnings from stdlib.
Scott
2022-01-10
Fix a missing import bug.
Scott
2022-01-06
A bunch of changes...
Scott
2021-12-06
Move stuff around.
Scott
2021-09-08
Add doctests to some of this stuff.
Scott Gasch
2021-08-05
Adds profanity filter, fixes bugs.
Scott Gasch
2021-07-29
Lockfile custom command, fixup minor things.
Scott Gasch
2021-07-12
Random changes.
Scott Gasch