We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1248bac commit 3ed5fb2Copy full SHA for 3ed5fb2
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
- id: check-added-large-files
11
- id: check-json
12
- repo: https://github.com/charliermarsh/ruff-pre-commit
13
- rev: v0.4.7
+ rev: v0.5.5
14
hooks:
15
- id: ruff
16
args: [--fix, --exit-non-zero-on-fix]
setup.py
@@ -27,7 +27,7 @@
27
'pytest-xdist==3.*',
28
'mypy==1.11.1',
29
'types-pyserial',
30
- 'ruff==0.4.7',
+ 'ruff==0.5.5',
31
],
32
},
33
entry_points={
0 commit comments