added license header - test.

This commit is contained in:
Sithideth Viengkhou (Riedel) 2025-06-30 13:46:37 -04:00
parent 582b9c66e0
commit d4d3c8d787
2 changed files with 67 additions and 0 deletions

View file

@ -60,6 +60,7 @@ console_scripts =
requirements-txt-fixer = pre_commit_hooks.requirements_txt_fixer:main
sort-simple-yaml = pre_commit_hooks.sort_simple_yaml:main
trailing-whitespace-fixer = pre_commit_hooks.trailing_whitespace_fixer:main
add_license_header = pre_commit_hooks.add_license_header:main
[bdist_wheel]
universal = True