We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0ff928 commit 225f15aCopy full SHA for 225f15a
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ ci:
8
9
repos:
10
- repo: https://github.com/psf/black
11
- rev: 24.4.2
+ rev: 24.8.0
12
hooks:
13
- id: black
14
args: [--preview]
@@ -31,12 +31,12 @@ repos:
31
- id: isort
32
33
- repo: https://github.com/pre-commit/mirrors-mypy
34
- rev: v1.11.0
+ rev: v1.11.1
35
36
- id: mypy
37
38
- repo: https://github.com/RobertCraigie/pyright-python
39
- rev: v1.1.373
+ rev: v1.1.375
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.5
+ rev: v0.5.7
82
83
- id: ruff
84
0 commit comments