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 449e2f0Copy full SHA for 449e2f0
.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.4.0
+ rev: v4.5.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.3.0
+ rev: 23.9.1
29
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.292
34
35
- id: ruff
36
37
- repo: https://github.com/pre-commit/mirrors-mypy
38
- rev: v1.3.0
+ rev: v1.6.0
39
40
- id: mypy
41
additional_dependencies: [markdown-it-py~=3.0]
0 commit comments