diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6699562..77ed663 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: types: [python] files: "^examples/" args: - - --disable=consider-using-f-string,duplicate-code,missing-docstring,invalid-name, + - --disable=consider-using-f-string,duplicate-code,missing-docstring,invalid-name - id: pylint name: pylint (test code) description: Run pylint rules on "tests/*.py" files diff --git a/README.rst b/README.rst index 25a7836..abb1c18 100644 --- a/README.rst +++ b/README.rst @@ -40,9 +40,6 @@ or individual libraries can be installed using Installing from PyPI ===================== -.. note:: This library is not available on PyPI yet. Install documentation is included - as a standard element. Stay tuned for PyPI availability! - On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from PyPI `_. To install for current user: