mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 03:11:54 +00:00
This commit adds a custom rule to check python files and raise lint error if they have transaction.atomic used without any argument or savepoint=True is used. It helps to avoid creating unintended savepoints in the future.