Skip to content

Commit

Permalink
chore: bump CI python to 3.13 and update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptk committed Jan 7, 2025
1 parent a9af04b commit 7f0cb5a
Show file tree
Hide file tree
Showing 5 changed files with 261 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.12"
python-version: "3.13"
- uses: abatilo/[email protected]
- uses: pre-commit/[email protected]
with:
Expand All @@ -38,7 +38,7 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.12"
- "3.13"
os:
- ubuntu-latest
# - windows-latest
Expand Down
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ default_stages: [ commit ]

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
- id: debug-statements
- id: check-builtin-literals
Expand All @@ -18,37 +18,37 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/python-poetry/poetry
rev: 1.5.0
rev: 2.0.0
hooks:
- id: poetry-check
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 24.10.0
hooks:
- id: black
- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
rev: v2.3.0
hooks:
- id: codespell
additional_dependencies:
- tomli
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.270
rev: v0.8.6
hooks:
- id: ruff
args:
- --fix
- repo: https://github.com/pylint-dev/pylint
rev: v3.0.1
rev: v3.3.3
hooks:
- id: pylint
additional_dependencies: [ "homeassistant", "python-omnilogic-local" ]
exclude: "custom_components/omnilogic_local/tests/.*"
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.3.0
rev: v1.14.1
hooks:
- id: mypy
args:
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ A Home Assistant integration for Hayward OmniLogic/OmniHub pool controllers usin
[![Buy me a coffee!](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/cryptk)

## Installation
This repository is able to be installed via [HACS](https://hacs.xyz/), you will need to add this repo as a [Custom Repository](https://hacs.xyz/docs/faq/custom_repositories/)
[![Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.](https://my.home-assistant.io/badges/hacs_repository.svg)](https://my.home-assistant.io/redirect/hacs_repository/?owner=cryptk&repository=haomnilogic-local&category=Integration)

This repository is able to be installed via [HACS](https://hacs.xyz/), you will need to add this repo as a [Custom Repository](https://hacs.xyz/docs/faq/custom_repositories/) which can be done by clicking the button above.

## Configuration
Your OmniLogic/OmniHub needs to have a static IP address configured, please consult the documentation for your network router for how to accomplish this.
Expand Down
Loading

0 comments on commit 7f0cb5a

Please sign in to comment.