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 ba0c31e commit 3477cd3Copy full SHA for 3477cd3
.pre-commit-config.yaml
@@ -25,17 +25,17 @@ repos:
25
- id: isort
26
27
- repo: https://github.com/psf/black
28
- rev: 23.3.0
+ rev: 23.7.0
29
hooks:
30
- id: black
31
32
- - repo: https://github.com/charliermarsh/ruff-pre-commit
33
- rev: v0.0.270
+ - repo: https://github.com/astral-sh/ruff-pre-commit
+ rev: v0.0.284
34
35
- id: ruff
36
37
- repo: https://github.com/pre-commit/mirrors-mypy
38
- rev: v1.3.0
+ rev: v1.5.0
39
40
- id: mypy
41
additional_dependencies: [markdown-it-py~=3.0]
0 commit comments