Skip to content

Commit 46bf8a7

Browse files
Update ruff to v0.9.5
1 parent d6f1c7b commit 46bf8a7

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
@@ -9,7 +9,7 @@ repos:
99
- id: check-json
1010
- repo: https://github.com/charliermarsh/ruff-pre-commit
1111
# Ruff version.
12-
rev: 'v0.5.5'
12+
rev: 'v0.9.5'
1313
hooks:
1414
- id: ruff
1515
args: [--fix, --exit-non-zero-on-fix]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
'pytest>=8,<9',
2626
'pytest-cov>=5,<6',
2727
'pytest-asyncio==0.*',
28-
'ruff==0.5.5',
28+
'ruff==0.9.5',
2929
'types-pyserial',
3030
]
3131
},

0 commit comments

Comments
 (0)