We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bbbc4c commit 4c4d5f2Copy full SHA for 4c4d5f2
1 file changed
test/openjd/test_copyright_header.py
@@ -7,7 +7,7 @@
7
_copyright_header_re = re.compile(
8
r"Copyright Amazon\.com, Inc\. or its affiliates\. All Rights Reserved\.", re.IGNORECASE
9
)
10
-_generated_by_scm = re.compile(r"# file generated by setuptools_scm", re.IGNORECASE)
+_generated_by_scm = re.compile(r"# file generated by setuptools[_-]scm", re.IGNORECASE)
11
12
13
def _check_file(filename: Path) -> None:
0 commit comments