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 dd37d06 commit 60d6534Copy full SHA for 60d6534
.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.9.10'
12
hooks:
13
- id: ruff
14
args: [--fix, --exit-non-zero-on-fix]
setup.py
@@ -23,7 +23,7 @@
23
'pytest>=6,<8',
24
'pytest-cov>=4,<5',
25
'pytest-asyncio==0.*',
26
- 'ruff==0.4.7',
+ 'ruff==0.9.10',
27
'types-pyserial',
28
]
29
},
0 commit comments