Python: Remove references to LGTM

This commit is contained in:
Calum Grant
2022-12-19 15:15:32 +00:00
parent 4a37c01c5f
commit a1d229e445
11 changed files with 9 additions and 21 deletions

View File

@@ -25,14 +25,12 @@ except re.error:
re.compile("]]][[[[]") #$ charSet=3:8
#ODASA-3985
#Half Surrogate pairs
re.compile(u'[\uD800-\uDBFF][\uDC00-\uDFFF]') #$ charSet=0:5 charSet=5:10
#Outside BMP
re.compile(u'[\U00010000-\U0010ffff]') #$ charSet=0:5
#Misparsed on LGTM
#Misparsed
re.compile(r"\[(?P<txt>[^[]*)\]\((?P<uri>[^)]*)") #$ charSet=10:14 charSet=28:32
# parses wrongly, sees this \|/ as a char set start