diff --git a/CONTRIBUTING b/CONTRIBUTING index f529091..b3c0d64 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -6,7 +6,7 @@ Contributions welcome! ## Style -This repository uses [Black](https://github.com/psf/black) for code style and formatting and [isort](https://readthedocs.org/projects/isort/) for organizing imports. Commits and pull requests are automatically linted with Coveralls, Travis CI, and Hound. +This repository uses [Black](https://github.com/psf/black) for code style and formatting and [isort](https://readthedocs.org/projects/isort/) for organizing imports. Commits and pull requests are automatically linted with pylint and flake8. *Save time by checking for style/lint issues **before** committing.*: ```bash diff --git a/README.md b/README.md index b8e3698..d18ddde 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ [![image](https://img.shields.io/pypi/v/pyheos.svg)](https://pypi.org/project/pyheos/) [![image](https://img.shields.io/pypi/pyversions/pyheos.svg)](https://pypi.org/project/pyheos/) [![image](https://img.shields.io/pypi/l/pyheos.svg)](https://pypi.org/project/pyheos/) -[![image](https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg)](https://houndci.com) An async python library for controlling HEOS devices through the HEOS CLI Protocol (version 1.14 for players with firmware 1.505.140 or newer).