Skip to content
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

Merged
merged 16 commits into from
Dec 11, 2023
Prev Previous commit
Next Next commit
fix: minor change
AJDERS committed Dec 11, 2023
commit 28a0483ad9fc9cb988d121faf05ef3ba831c1962
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -18,8 +18,8 @@ repos:
hooks:
- id: mypy
args: [--install-types, --non-interactive, --ignore-missing-imports, --show-error-codes]

{%- if cookiecutter.license_checker != "n" -%}

- repo: https://github.com/ubersan/pylic
rev: v3.5.0
hooks: