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 75f6f87 commit 8702a80Copy full SHA for 8702a80
.pre-commit-config.yaml
@@ -8,13 +8,13 @@ ci:
8
9
repos:
10
- repo: https://github.com/psf/black
11
- rev: 24.2.0
+ rev: 24.3.0
12
hooks:
13
- id: black
14
args: [--preview]
15
16
- repo: https://github.com/PyCQA/autoflake
17
- rev: v2.3.0
+ rev: v2.3.1
18
19
- id: autoflake
20
@@ -36,7 +36,7 @@ repos:
36
- id: mypy
37
38
- repo: https://github.com/RobertCraigie/pyright-python
39
- rev: v1.1.353
+ rev: v1.1.354
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.2
+ rev: v0.3.3
82
83
- id: ruff
84
0 commit comments