We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a80e6b commit 3644035Copy full SHA for 3644035
1 file changed
mirageoscience/hooks/check_copyright.py
@@ -44,7 +44,7 @@ def main(args=None):
44
for line in file:
45
count += 1
46
if count >= max_lines and not (
47
- f.endswith("README.rst") or f.endswith("README-dev.rst")
+ f.endswith("README.rst") or f.endswith("README-dev.rst") or f.endswith("package.rst")
48
):
49
break
50
if re.search(copyright_re, line):
0 commit comments