chore: Update license-check command to include Python files

This commit is contained in:
Mauro Balades 2024-07-19 19:46:39 +02:00
parent 82bd1b9489
commit 479a3a832d

View file

@ -26,6 +26,7 @@ const fixableFiles = [
}, },
{ {
regex: new RegExp('.*\\.py|moz\\.build|jar\\.mn'), regex: new RegExp('.*\\.py|moz\\.build|jar\\.mn'),
commentOpen: '#\n',
comment: '# ', comment: '# ',
commentClose: '\n', commentClose: '\n',
}, },