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 950908b commit 1300b08Copy full SHA for 1300b08
.pre-commit-config.yaml
@@ -12,7 +12,7 @@ exclude: >
12
repos:
13
14
- repo: https://github.com/pre-commit/pre-commit-hooks
15
- rev: v4.5.0
+ rev: v4.6.0
16
hooks:
17
- id: check-json
18
- id: check-yaml
@@ -25,17 +25,17 @@ repos:
25
- id: isort
26
27
- repo: https://github.com/psf/black
28
- rev: 23.12.1
+ rev: 24.4.2
29
30
- id: black
31
32
- repo: https://github.com/astral-sh/ruff-pre-commit
33
- rev: v0.1.13
+ rev: v0.4.3
34
35
- id: ruff
36
37
- repo: https://github.com/pre-commit/mirrors-mypy
38
- rev: v1.8.0
+ rev: v1.10.0
39
40
- id: mypy
41
additional_dependencies: [markdown-it-py~=3.0]
0 commit comments