fathom-max

Results 1 issues of fathom-max

I have the following line in code that makes yapf fail: ```python FIELD_PATTERN: str = fr'^({SEARCH_FIELD}|{SEARCH_FIELD}[ \t]+[a-z0-9])$' ``` It causes the following exception: ```bash Traceback (most recent call last): File...