Skip to content

Commit 60d6534

Browse files
Update ruff to v0.9.10
1 parent dd37d06 commit 60d6534

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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.4.7'
11+
rev: 'v0.9.10'
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
@@ -23,7 +23,7 @@
2323
'pytest>=6,<8',
2424
'pytest-cov>=4,<5',
2525
'pytest-asyncio==0.*',
26-
'ruff==0.4.7',
26+
'ruff==0.9.10',
2727
'types-pyserial',
2828
]
2929
},

0 commit comments

Comments
 (0)