-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add automatic license checking with pylic #3
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small comment. But otherwise I think it would be great if a "Check licenses of dependencies [Y/n]?" option in the cookiecutter, and remove all these things if this is "n".
...iecutter.project_name}}/{{'.pre-commit-config.yaml' if cookiecutter.license_checker == 'n'}}
Outdated
Show resolved
Hide resolved
Co-authored-by: Dan Saattrup Nielsen <[email protected]>
Co-authored-by: Dan Saattrup Nielsen <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Adds basic checking of licenses for the dependencies in a the repository using Pylic. Right now i simply added the entire list of OSI accepted OS licenses.