File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ default_language_version:
3
3
4
4
repos :
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : v4.4 .0
6
+ rev : v4.6 .0
7
7
hooks :
8
8
- id : end-of-file-fixer
9
9
- id : trailing-whitespace
@@ -12,30 +12,30 @@ repos:
12
12
- id : check-merge-conflict
13
13
14
14
- repo : https://github.com/asottile/pyupgrade
15
- rev : v3.9 .0
15
+ rev : v3.17 .0
16
16
hooks :
17
17
- id : pyupgrade
18
18
args : [--py37-plus]
19
19
20
20
- repo : https://github.com/psf/black
21
- rev : 23.7 .0
21
+ rev : 24.8 .0
22
22
hooks :
23
23
- id : black
24
24
25
25
- repo : https://github.com/asottile/blacken-docs
26
- rev : 1.15 .0
26
+ rev : 1.18 .0
27
27
hooks :
28
28
- id : blacken-docs
29
29
additional_dependencies :
30
30
- black==22.6.0
31
31
32
32
- repo : https://github.com/pycqa/isort
33
- rev : 5.12.0
33
+ rev : 5.13.2
34
34
hooks :
35
35
- id : isort
36
36
37
37
- repo : https://github.com/PyCQA/flake8
38
- rev : 6.0.0
38
+ rev : 7.1.1
39
39
hooks :
40
40
- id : flake8
41
41
additional_dependencies :
45
45
- flake8-typing-imports
46
46
47
47
- repo : https://github.com/pre-commit/mirrors-mypy
48
- rev : v1.4 .1
48
+ rev : v1.11 .1
49
49
hooks :
50
50
- id : mypy
51
51
files : ^redis_search_django/
You can’t perform that action at this time.
0 commit comments