Skip to content

Commit 9d99f06

Browse files
authored
Merge pull request #9 from adafruit/cookiecutter
Made changes to bring library closer to cookiecutter
2 parents f32e311 + d97ed31 commit 9d99f06

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
- id: end-of-file-fixer
1919
- id: trailing-whitespace
2020
- repo: https://github.com/pycqa/pylint
21-
rev: pylint-2.7.1
21+
rev: v2.11.1
2222
hooks:
2323
- id: pylint
2424
name: pylint (library code)

README.rst

+16
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
Introduction
22
============
33

4+
.. image:: https://readthedocs.org/projects/adafruit-circuitpython-typing/badge/?version=latest
5+
:target: https://docs.circuitpython.org/projects/typing/en/latest/
6+
:alt: Documentation Status
7+
8+
.. image:: https://img.shields.io/discord/327254708534116352.svg
9+
:target: https://adafru.it/discord
10+
:alt: Discord
11+
12+
.. image:: https://github.com/adafruit/Adafruit_CircuitPython_Typing/workflows/Build%20CI/badge.svg
13+
:target: https://github.com/adafruit/Adafruit_CircuitPython_Typing/actions
14+
:alt: Build Status
15+
16+
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
17+
:target: https://github.com/psf/black
18+
:alt: Code Style: Black
19+
420
Definitions not in the standard `typing` module that are
521
needed for type annotation of CircuitPython code.
622

docs/examples.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ Simple test
33

44
Ensure your device works with this simple test.
55

6-
.. literalinclude:: ../examples/circuitpython_typing_simpletest.py
7-
:caption: examples/circuitpython_typing_simpletest.py
6+
.. literalinclude:: ../examples/typing_simpletest.py
7+
:caption: examples/typing_simpletest.py
88
:linenos:

0 commit comments

Comments
 (0)