File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,30 +12,30 @@ exclude: >
12
12
repos :
13
13
14
14
- repo : https://github.com/pre-commit/pre-commit-hooks
15
- rev : v4.4 .0
15
+ rev : v4.5 .0
16
16
hooks :
17
17
- id : check-json
18
18
- id : check-yaml
19
19
- id : end-of-file-fixer
20
20
- id : trailing-whitespace
21
21
22
22
- repo : https://github.com/PyCQA/isort
23
- rev : 5.12 .0
23
+ rev : 5.13 .0
24
24
hooks :
25
25
- id : isort
26
26
27
27
- repo : https://github.com/psf/black
28
- rev : 23.3 .0
28
+ rev : 23.11 .0
29
29
hooks :
30
30
- id : black
31
31
32
- - repo : https://github.com/charliermarsh /ruff-pre-commit
33
- rev : v0.0.270
32
+ - repo : https://github.com/astral-sh /ruff-pre-commit
33
+ rev : v0.1.7
34
34
hooks :
35
35
- id : ruff
36
36
37
37
- repo : https://github.com/pre-commit/mirrors-mypy
38
- rev : v1.3.0
38
+ rev : v1.7.1
39
39
hooks :
40
40
- id : mypy
41
41
additional_dependencies : [markdown-it-py~=3.0]
You can’t perform that action at this time.
0 commit comments