fix: docs for ignore_root_user_error at the module level (#1112)

diff --git a/python/extensions.bzl b/python/extensions.bzl
index 42f0b58..2b0c188 100644
--- a/python/extensions.bzl
+++ b/python/extensions.bzl
@@ -42,7 +42,11 @@
                     mandatory = False,
                     doc = "Whether or not to configure the default coverage tool for the toolchains.",
                 ),
-                "ignore_root_user_error": attr.bool(),
+                "ignore_root_user_error": attr.bool(
+                    default = False,
+                    doc = "Whether the check for root should be ignored or not. This causes cache misses with .pyc files.",
+                    mandatory = False,
+                ),
                 "name": attr.string(mandatory = True),
                 "python_version": attr.string(mandatory = True),
             },