Skip to content

Commit 6d5c570

Browse files
committed
Fix documentation
1 parent fe040d8 commit 6d5c570

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repos:
3737
types: [python]
3838
files: "^examples/"
3939
args:
40-
- --disable=consider-using-f-string,duplicate-code,missing-docstring,invalid-name,
40+
- --disable=consider-using-f-string,duplicate-code,missing-docstring,invalid-name
4141
- id: pylint
4242
name: pylint (test code)
4343
description: Run pylint rules on "tests/*.py" files

README.rst

-3
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ or individual libraries can be installed using
4040

4141
Installing from PyPI
4242
=====================
43-
.. note:: This library is not available on PyPI yet. Install documentation is included
44-
as a standard element. Stay tuned for PyPI availability!
45-
4643
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
4744
PyPI <https://pypi.org/project/adafruit-circuitpython-connectionmanager/>`_.
4845
To install for current user:

0 commit comments

Comments
 (0)