File tree 4 files changed +19
-3
lines changed
4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 18
18
- id : end-of-file-fixer
19
19
- id : trailing-whitespace
20
20
- repo : https://github.com/pycqa/pylint
21
- rev : pylint-2.7 .1
21
+ rev : v2.11 .1
22
22
hooks :
23
23
- id : pylint
24
24
name : pylint (library code)
Original file line number Diff line number Diff line change 1
1
Introduction
2
2
============
3
3
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
+
4
20
Definitions not in the standard `typing ` module that are
5
21
needed for type annotation of CircuitPython code.
6
22
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ Simple test
3
3
4
4
Ensure your device works with this simple test.
5
5
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
8
8
:linenos:
File renamed without changes.
You can’t perform that action at this time.
0 commit comments