File tree Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 11Introduction
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+
420Definitions not in the standard `typing ` module that are
521needed for type annotation of CircuitPython code.
622
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ Simple test
33
44Ensure 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:
File renamed without changes.
You can’t perform that action at this time.
0 commit comments