diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6101de4..5e65aac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: check-json - repo: https://github.com/charliermarsh/ruff-pre-commit # Ruff version. - rev: 'v0.0.281' + rev: 'v0.0.282' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] diff --git a/setup.py b/setup.py index 21b451e..b98af28 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ 'pytest>=6,<8', 'pytest-cov>=4,<5', 'pytest-asyncio==0.*', - 'ruff==0.0.281', + 'ruff==0.0.282', 'types-pyserial', ] },