[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
8be358ef9a
commit
67d01e9cfb
1 changed files with 1 additions and 2 deletions
|
|
@ -2605,8 +2605,7 @@ _RENDER_HTML_COMPUTED_ASSIGNMENT_START_RE = re.compile(
|
|||
re.IGNORECASE | re.DOTALL,
|
||||
)
|
||||
_RENDER_HTML_COMPUTED_CALL_START_RE = re.compile(
|
||||
r"(?:(?P<document>\bdocument)\s*)?\[\s*(?P<member>[^\]]+)\s*\]\s*"
|
||||
r"(?:\?\.\s*)?\(",
|
||||
r"(?:(?P<document>\bdocument)\s*)?\[\s*(?P<member>[^\]]+)\s*\]\s*(?:\?\.\s*)?\(",
|
||||
re.IGNORECASE | re.DOTALL,
|
||||
)
|
||||
_RENDER_HTML_REFLECT_SET_START_RE = re.compile(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue