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 1bc2264 commit 584294cCopy full SHA for 584294c
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ ci:
8
9
repos:
10
- repo: https://github.com/psf/black
11
- rev: 24.3.0
+ rev: 24.4.0
12
hooks:
13
- id: black
14
args: [--preview]
@@ -36,7 +36,7 @@ repos:
36
- id: mypy
37
38
- repo: https://github.com/RobertCraigie/pyright-python
39
- rev: v1.1.357
+ rev: v1.1.358
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.3.5
+ rev: v0.3.7
82
83
- id: ruff
84
0 commit comments