Use single-quotes to satisfy the style nazis.
This commit is contained in:
parent
908cf4ad0e
commit
689f700fcf
|
@ -16,15 +16,15 @@ link_files = {
|
|||
),
|
||||
replace=[
|
||||
dict(
|
||||
pattern=r"(Issue )?#(?P<issue>\d+)",
|
||||
pattern=r'(Issue )?#(?P<issue>\d+)',
|
||||
url='{package_url}/issues/{issue}',
|
||||
),
|
||||
dict(
|
||||
pattern=r"^(?m)((?P<scm_version>v?\d+(\.\d+){1,2}))\n[-=]+\n",
|
||||
with_scm="{text}\n{rev[timestamp]:%d %b %Y}\n",
|
||||
pattern=r'^(?m)((?P<scm_version>v?\d+(\.\d+){1,2}))\n[-=]+\n',
|
||||
with_scm='{text}\n{rev[timestamp]:%d %b %Y}\n',
|
||||
),
|
||||
dict(
|
||||
pattern=r"PEP[- ](?P<pep_number>\d+)",
|
||||
pattern=r'PEP[- ](?P<pep_number>\d+)',
|
||||
url='https://www.python.org/dev/peps/pep-{pep_number:0>4}/',
|
||||
),
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue
Block a user