Skip to content

Commit 3811b57

Browse files
Add comment for ignore list
1 parent 35a2bae commit 3811b57

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

script/check_changelog.py

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
VALID_ISSUE_NUMBER_PATTERN: Pattern[str] = re.compile(r"\*[\S\s]*?#\d{1,5}")
2323
PATH_TO_WHATSNEW = (Path(__file__).parent / "../doc/whatsnew").resolve()
2424
UNCHECKED_VERSION = [
25+
# Not checking version prior to 1.0.0 because the issues referenced are a mix
26+
# between Logilab's internal and bitbucket. It's hard to tell, it's
27+
# inaccessible for Logilab and often dead links for bitbucket anyway.
28+
# Not very useful generally, unless you're an open source historian.
2529
"0",
2630
]
2731

0 commit comments

Comments
 (0)