Sid Mitra
Sid Mitra
@brianjbuck Let me know if you think we should add a test with various django versions? Or atleast include the "latest" one on pypi. This might help get ahead of...
@brianjbuck My earlier PR got merged [here](https://github.com/brianjbuck/drf_orjson_renderer/pull/14). But i had a question there too >PS: Would it be ok to just specify the minimum version. i.e. >=3.2 ? I reckon...
https://github.com/moneymeets/python-poetry-buildpack is the buildpack @zyv means. I had to go find it, since i wasn't aware it existed.
This does seem like an essential feature, atleast for us while using the CLI tool(via Github action) - We want to use existing ruleset repo on a large existing codebase,...
@ievans Thanks for the pointer, will take a look. I was about to leave a postscript saying IMHO the tool is suffering from a lack of centralized config, and there...
Looks like a https://github.com/returntocorp/semgrep-action/pull/319 was closed. So there doesn't seem to be any plans to add some config file to be able to control this behaviour. The only option seems...
@sobolevn I've tried to create a minimal django app to reproduce. See https://github.com/sidmitra/django-stubs-issue Also see the github failed github action with the mypy traceback: https://github.com/sidmitra/django-stubs-issue/runs/4239774289?check_suite_focus=true ```bash ./stubissue/fake_issue.py:9: error: INTERNAL ERROR...
This issue might be somewhat related(or the same root cause): https://github.com/typeddjango/django-stubs/issues/745 Just adding a reference to link both.
I updated my [project to reproduce this](https://github.com/sidmitra/django-stubs-issue) with the latest mypy and git master branch for django-stubs. This error still seems to be present. https://github.com/sidmitra/django-stubs-issue/runs/6951208566?check_suite_focus=true ``` ./stubissue/fake_issue.py:9: error: INTERNAL ERROR...
@LincolnPuzey Appreciate your response The main reason is we've been evaluating using django-dirtyfields instead of using `.save(update_fields=[...])`. The main reasons for this would be - We only "update" the fields...