File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
{{ cookiecutter.library_name }} Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 34
34
with :
35
35
repository : adafruit/actions-ci-circuitpython-libs
36
36
path : actions-ci
37
- - name : Install deps
37
+ - name : Install dependencies
38
+ # (e.g. - apt-get: gettext, etc; pip: circuitpython-build-tools, requirements.txt; etc.)
38
39
run : |
39
40
source actions-ci/install.sh
41
+ - name : Pip install pylint, black, & Sphinx
42
+ run : |
43
+ pip install --force-reinstall pylint==1.9.2 black==19.10b0 Sphinx sphinx-rtd-theme
40
44
- name : Library version
41
45
run : git describe --dirty --always --tags
42
46
- name : PyLint
Original file line number Diff line number Diff line change @@ -25,6 +25,10 @@ Introduction
25
25
:target: https://github.com/{{ full_repo_name }}/actions
26
26
:alt: Build Status
27
27
28
+ .. image :: https://img.shields.io/badge/code%20style-black-000000.svg
29
+ :target: https://github.com/psf/black
30
+ :alt: Code Style: Black
31
+
28
32
{% if cookiecutter.library_description != "" %}
29
33
{{- cookiecutter.library_description }}
30
34
{% else %}
You can’t perform that action at this time.
0 commit comments