We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bd822c commit 3cfc465Copy full SHA for 3cfc465
2 files changed
.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.9.4'
+ rev: 'v0.9.9'
12
hooks:
13
- id: ruff
14
args: [--fix, --exit-non-zero-on-fix]
setup.py
@@ -21,7 +21,7 @@
21
'pytest-cov>=5,<6',
22
'pytest-asyncio==0.*',
23
'pytest-xdist==3.*',
24
- 'ruff==0.9.4',
+ 'ruff==0.9.9',
25
'mypy==1.14.1',
26
'types-pyserial==3.5.0.20240311'
27
],
0 commit comments