Files @ d34db7154257
Branch filter:

Location: NPO-Accounting/conservancy_beancount/.gitignore

Brett Smith
plugin: Introduce HookRegistry.

This is the layer that keeps track of the different groups of hooks and
can filter them before runtime. The idea here is that you'll be able
to do things like skip hooks that require network access when you don't
have it, or skip CPU-intensive hooks when you don't need them, etc.
1
2
3
4
5
6
build/
.cache/
*.egg
*.egg-info/
.eggs
__pycache__/