Skip to content

Commit 3cfc465

Browse files
Update ruff to v0.9.9 (#114)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5bd822c commit 3cfc465

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
- id: check-added-large-files
99
- id: check-json
1010
- repo: https://github.com/charliermarsh/ruff-pre-commit
11-
rev: 'v0.9.4'
11+
rev: 'v0.9.9'
1212
hooks:
1313
- id: ruff
1414
args: [--fix, --exit-non-zero-on-fix]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
'pytest-cov>=5,<6',
2222
'pytest-asyncio==0.*',
2323
'pytest-xdist==3.*',
24-
'ruff==0.9.4',
24+
'ruff==0.9.9',
2525
'mypy==1.14.1',
2626
'types-pyserial==3.5.0.20240311'
2727
],

0 commit comments

Comments
 (0)