Add note about pre-commit.ci for open source

This commit is contained in:
Bruno Alla 2023-02-09 21:39:14 +00:00
parent cdc5396dee
commit 97f0580fab
No known key found for this signature in database

View File

@ -32,6 +32,9 @@ jobs:
python-version: "3.10"
cache: pip
{%- if cookiecutter.open_source_license != 'Not open source' %}
# Consider using pre-commit.ci for open source project
{%- endif %}
- name: Run pre-commit
uses: pre-commit/action@v2.0.3