feat: reuse compliance for python files #5440
Reference in New Issue
Block a user
Delete Branch "feat/reuse-python"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds reuse compliance checks for python files only, using
reuse lint-file.It is managed as a pre-commit hook, and hence ran in ci.
Over time we may add more files to be covered, but I suspect we would use something like
reuse.tomlfor setting the licensing forxml/xhtml/xslfiles, as there are just too many for adding the same text snippet to each to be justifiable.