summaryrefslogtreecommitdiff
path: root/unscrambler.py
AgeCommit message (Collapse)Author
2022-05-31More doc updates.Scott Gasch
2022-03-25Since this thing is on the innerwebs I suppose it should have aScott Gasch
copyright...
2022-02-08More cleanup, yey!Scott Gasch
2022-02-08Hook in pylint to the pre-commit hook and start to fix some of itsScott Gasch
warnings. It seems pickier than flake8 which is probably a good thing.
2022-02-03Make it clear in arg message that this is a library. DependencyScott Gasch
inject the index file name to the c'tor to override the flag.
2022-02-03Change settings in flake8 and black.Scott Gasch
2022-02-02mypy clean!Scott
2022-01-28Get rid of "fuzzy matches" in favor of a window size param.Scott
2022-01-26Ahem. Still running black?Scott
2022-01-26Ran black code formatter on everything.Scott
2022-01-26Minor tweaks.Scott
2022-01-26Add type hints and cleanup.Scott
2022-01-26Make unscrambler use a cache per instance instead of module andScott
make it have non-static methods.
2022-01-25Unscrambler.py is no longer a utility; see ~bin/unscramble.py.Scott
2022-01-25Clarify instructions for repopulation.Scott
2022-01-25Adds unscrambler which contains the guts of a jumble/scrabble playerScott
I wrote outside of here.