Bastien Gérard
Bastien Gérard
Any update on this?
Hi, sorry to insist but is there any chance to get it merged?
Alright no problem, thanks for the feedback :+1:
I'd like to revive this post. Many of the well known code-quality tools have integrated pre-commit in their own repository (pylint, flake8, bandit, black, isort, etc), an assumption of the...
We are also very interested in this feature, thread is quite old, will you accept PR that makes this configurable on existing interface? Do you see any obstacles or challenges...
Our (simplified) use case is: Frontend calls HTTP endpoint --> Backend checks if value is in cache, if yes: return it, if not push a job to celery and return...
Thanks for the feedback, I'll look have a closer look at that part of the code before getting back to this
To be honest I havn't read the entire description but here are 2 layout that you can assess: ``` class MyDocument(Document): system_value = StringField() user_value = StringField() @property def value(self):...
OK indeed that's going to be a mess if you go that way. You should be able to bake some of that behavior in an nested field (an EMbedded Document)...
This will need some tests (involving multiple databases and multiple threads)