Skip to content

Commit

Permalink
Update documents
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsayre committed May 26, 2024
1 parent aa941e6 commit fb21d4f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit fb21d4f

Please sign in to comment.