We added a feature to print documents directly from the browser. The function is called `window.print()`, this name collides with Python's `print()` function. To avoid false positives in our CI when checking for print statements, we limit the search to only the backend code.