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
/
profanity_filter.py
Age
Commit message (
Expand
)
Author
2022-05-31
Improve docstrings for sphinx.
Scott Gasch
2022-03-25
Since this thing is on the innerwebs I suppose it should have a
Scott Gasch
2022-03-12
Improve profanity filter.
Scott Gasch
2022-02-15
Update profanity.
Scott Gasch
2022-02-08
More cleanup, yey!
Scott Gasch
2022-02-06
Add another profanity.
Scott Gasch
2022-02-02
Used isort to sort imports. Also added to the git pre-commit hook.
Scott
2022-01-27
Started using flake8 to lint; removed some of its warnings.
Scott
2022-01-26
Ahem. Still running black?
Scott
2022-01-26
Ran black code formatter on everything.
Scott
2022-01-24
Add my own splitter.
Scott
2022-01-23
Make profanity filter catch foo/bar where foo and/or bar are bad
Scott
2022-01-12
Adds doctests.
Scott
2022-01-07
Make logging optionally remove global handlers added by (shitty) pip
Scott
2021-11-13
Small bugfixes; also, add a new machine to the remote executor pool.
Scott Gasch
2021-10-02
changes
Scott Gasch
2021-09-28
Various changes
Scott Gasch
2021-08-05
Adds profanity filter, fixes bugs.
Scott Gasch