Skip to content

Commit 3ed5fb2

Browse files
Update ruff to v0.5.5
1 parent 1248bac commit 3ed5fb2

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
@@ -10,7 +10,7 @@ repos:
1010
- id: check-added-large-files
1111
- id: check-json
1212
- repo: https://github.com/charliermarsh/ruff-pre-commit
13-
rev: v0.4.7
13+
rev: v0.5.5
1414
hooks:
1515
- id: ruff
1616
args: [--fix, --exit-non-zero-on-fix]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
'pytest-xdist==3.*',
2828
'mypy==1.11.1',
2929
'types-pyserial',
30-
'ruff==0.4.7',
30+
'ruff==0.5.5',
3131
],
3232
},
3333
entry_points={

0 commit comments

Comments
 (0)