Skip to content

Commit 40bbf2b

Browse files
chore(deps): update ruff to v0.5.1
1 parent 38d67ee commit 40bbf2b

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.4.7'
11+
rev: 'v0.5.1'
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
@@ -28,7 +28,7 @@
2828
'pytest',
2929
'pytest-cov',
3030
'pytest-asyncio',
31-
'ruff==0.4.7',
31+
'ruff==0.5.1',
3232
'types-pyserial',
3333
],
3434
},

0 commit comments

Comments
 (0)