mirror of
https://github.com/suitenumerique/docs.git
synced 2026-08-17 21:25:43 +02:00
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.