We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c3a3c7 commit 4cdb224Copy full SHA for 4cdb224
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ repos:
8
- id: check-added-large-files
9
- id: check-json
10
- repo: https://github.com/charliermarsh/ruff-pre-commit
11
- rev: 'v0.4.7'
+ rev: 'v0.8.5'
12
hooks:
13
- id: ruff
14
args: [--fix, --exit-non-zero-on-fix]
setup.py
@@ -28,7 +28,7 @@
28
'pytest',
29
'pytest-cov',
30
'pytest-asyncio',
31
- 'ruff==0.4.7',
+ 'ruff==0.8.5',
32
'types-pyserial',
33
],
34
},
0 commit comments