We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68aae9a commit 93920b9Copy full SHA for 93920b9
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.13.2'
+ rev: 'v0.14.3'
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.13.2',
+ 'ruff==0.14.3',
25
'mypy==1.14.1',
26
'types-pyserial==3.5.0.20240311'
27
],
0 commit comments