Skip to content

Commit 93920b9

Browse files
Update ruff to v0.14.3 (#128)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 68aae9a commit 93920b9

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.13.2'
11+
rev: 'v0.14.3'
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.13.2',
24+
'ruff==0.14.3',
2525
'mypy==1.14.1',
2626
'types-pyserial==3.5.0.20240311'
2727
],

0 commit comments

Comments
 (0)