replace hardcoded links to github pull requests with extlinks
Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
This commit is contained in:
@@ -164,6 +164,7 @@ _repo = "https://github.com/pytest-dev/pytest"
|
||||
extlinks = {
|
||||
"pypi": ("https://pypi.org/project/%s/", ""),
|
||||
"issue": (f"{_repo}/issues/%s", "issue #"),
|
||||
"pull": (f"{_repo}/pull/%s", "pull request #"),
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user