anki/pylib
Damien Elmes 662eb53e6a switch to classes for hooks
This allows us to add a docstring to .append() so users can see
the names of the arguments that are being passed, and means we
don't have to remember to prepend run_ when calling a hook.
2020-01-14 08:54:07 +10:00
..
anki switch to classes for hooks 2020-01-14 08:54:07 +10:00
tests New type-safe approach to hooks/filters 2020-01-13 13:57:51 +10:00
tools add hook to modify template prior to rendering 2020-01-13 21:57:15 +10:00
.gitignore tweaking the folder names again 2020-01-03 07:48:38 +10:00
.isort.cfg tweaking the folder names again 2020-01-03 07:48:38 +10:00
.pylintrc tweaking the folder names again 2020-01-03 07:48:38 +10:00
Makefile run black on generated hooks 2020-01-13 17:55:58 +10:00
mypy.ini switch to classes for hooks 2020-01-14 08:54:07 +10:00
requirements.dev switch to classes for hooks 2020-01-14 08:54:07 +10:00
setup.py include py.typed for mypy 2020-01-13 21:18:03 +10:00