diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 51c1fa8..5ee17c2 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.1.9' + rev: 'v0.1.15' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] diff --git a/setup.py b/setup.py index ec418cf..e27eb95 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ 'pytest>=6,<8', 'pytest-cov>=4,<5', 'pytest-asyncio==0.*', - 'ruff==0.1.9', + 'ruff==0.1.15', 'types-pyserial', ] },