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 1abc459 commit 3cb5ea4Copy full SHA for 3cb5ea4
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ ci:
8
9
repos:
10
- repo: https://github.com/astral-sh/ruff-pre-commit
11
- rev: v0.8.1
+ rev: v0.8.6
12
hooks:
13
- id: ruff
14
args: [--fix, --unsafe-fixes]
@@ -22,7 +22,7 @@ repos:
22
- id: trailing-whitespace
23
24
- repo: https://github.com/pre-commit/mirrors-mypy
25
- rev: v1.13.0
+ rev: v1.14.1
26
27
- id: mypy
28
@@ -65,6 +65,6 @@ repos:
65
args: [--drop-empty-cells, --keep-output]
66
67
- repo: https://github.com/RobertCraigie/pyright-python
68
- rev: v1.1.389
+ rev: v1.1.391
69
70
- id: pyright
0 commit comments