We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa4b072 commit c76df03Copy full SHA for c76df03
1 file changed
scripts/add_copyright.py
@@ -42,6 +42,7 @@ def main(arg_list=None):
42
path = Path(filename)
43
if (
44
not path.is_file() # skip non-files
45
+ or ".github" in path.parts # skip github workflows
46
or path.name in ["lextab.py", "parsetab.py"] # skip generated PLY files
47
or "schema_data" in path.parts # skip schema_data/* (xml from elsewhere)
48
# skip test fixtures
0 commit comments