8000
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 c7708f6 commit f92d743Copy full SHA for f92d743
.pre-commit-config.yaml
@@ -31,12 +31,12 @@ repos:
31
- id: isort
32
33
- repo: https://github.com/pre-commit/mirrors-mypy
34
- rev: v1.10.1
+ rev: v1.11.0
35
hooks:
36
- id: mypy
37
38
- repo: https://github.com/RobertCraigie/pyright-python
39
- rev: v1.1.371
+ rev: v1.1.372
40
41
- id: pyright
42
# ignore warnings about new version being available, no other warnings
@@ -78,7 +78,7 @@ repos:
78
args: ['--markdown-linebreak-ext=md,markdown']
79
80
- repo: https://github.com/astral-sh/ruff-pre-commit
81
- rev: v0.5.2
+ rev: v0.5.4
82
83
- id: ruff
84
0 commit comments