File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ default_language_version:
15
15
python : python3.9
16
16
repos :
17
17
- repo : https://github.com/pre-commit/pre-commit-hooks.git
18
- rev : v4.2 .0
18
+ rev : v4.5 .0
19
19
hooks :
20
20
- id : end-of-file-fixer
21
21
- id : trailing-whitespace
@@ -26,34 +26,34 @@ repos:
26
26
- id : debug-statements
27
27
language_version : python3
28
28
- repo : https://github.com/codespell-project/codespell
29
- rev : v2.1.0
29
+ rev : v2.2.6
30
30
hooks :
31
31
- id : codespell
32
32
- repo : https://github.com/PyCQA/doc8
33
- rev : 0.11 .1
33
+ rev : v1.1 .1
34
34
hooks :
35
35
- id : doc8
36
36
- repo : https://github.com/adrienverge/yamllint.git
37
- rev : v1.26.3
37
+ rev : v1.35.1
38
38
hooks :
39
39
- id : yamllint
40
40
files : \.(yaml|yml)$
41
41
types : [file, yaml]
42
42
entry : yamllint --strict
43
43
- repo : https://github.com/PyCQA/isort
44
- rev : 5.12.0
44
+ rev : 5.13.2
45
45
hooks :
46
46
- id : isort
47
47
args :
48
48
# https://github.com/pre-commit/mirrors-isort/issues/9#issuecomment-624404082
49
49
- --filter-files
50
50
- repo : https://github.com/psf/black
51
- rev : 22.3 .0
51
+ rev : 24.2 .0
52
52
hooks :
53
53
- id : black
54
54
language_version : python3
55
55
- repo : https://github.com/pycqa/flake8.git
56
- rev : 4 .0.1
56
+ rev : 7 .0.0
57
57
hooks :
58
58
- id : flake8
59
59
language_version : python3
62
62
- flake8-docstrings>=1.5.0
63
63
- flake8-pytest-style>=1.2.2
64
64
- repo : https://github.com/pre-commit/mirrors-mypy
65
- rev : v0.950
65
+ rev : v1.8.0
66
66
hooks :
67
67
- id : mypy
68
68
# empty args needed in order to match mypy cli behavior
77
77
- types-requests
78
78
- requests-cache
79
79
- repo : https://github.com/pre-commit/mirrors-pylint
80
- rev : v3.0.0a4
80
+ rev : v3.0.0a5
81
81
hooks :
82
82
- id : pylint
83
83
additional_dependencies :
You can’t perform that action at this time.
0 commit comments