Skip to content

Commit a0dd38b

Browse files
chore(deps): update ruff to v0.7.3
1 parent 0b043c9 commit a0dd38b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

+1-1
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.7.3'
1212
hooks:
1313
- id: ruff
1414
args: [--fix, --exit-non-zero-on-fix]

setup.py

+1-1
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.7.3',
3232
'types-pyserial',
3333
],
3434
},

0 commit comments

Comments
 (0)