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 24
24
25
25
repos :
26
26
- repo : https://github.com/python-poetry/poetry
27
- rev : ' 1.4 .0' # add version here
27
+ rev : ' 1.7 .0' # add version here
28
28
hooks :
29
29
- id : poetry-check
30
30
- repo : https://github.com/pre-commit/pre-commit-hooks
31
- rev : v4.4 .0
31
+ rev : v4.5 .0
32
32
hooks :
33
33
- id : end-of-file-fixer
34
34
- id : trailing-whitespace
@@ -40,14 +40,14 @@ repos:
40
40
- id : detect-private-key
41
41
42
42
- repo : https://github.com/asottile/pyupgrade
43
- rev : v3.3.1
43
+ rev : v3.15.0
44
44
hooks :
45
45
- id : pyupgrade
46
46
args : [--py36-plus]
47
47
name : Upgrade code
48
48
49
49
- repo : https://github.com/PyCQA/isort
50
- rev : 5.11.5
50
+ rev : 5.13.2
51
51
hooks :
52
52
- id : isort
53
53
name : imports
@@ -59,25 +59,25 @@ repos:
59
59
- id : nbstripout
60
60
61
61
- repo : https://github.com/PyCQA/docformatter
62
- rev : v1.5.1
62
+ rev : v1.7.5
63
63
hooks :
64
64
- id : docformatter
65
65
args : [--in-place, --wrap-summaries=115, --wrap-descriptions=120]
66
66
67
67
- repo : https://github.com/psf/black
68
- rev : 23.3.0
68
+ rev : 23.12.1
69
69
hooks :
70
70
- id : black
71
71
name : Format code
72
72
73
73
- repo : https://github.com/asottile/blacken-docs
74
- rev : 1.13 .0
74
+ rev : 1.16 .0
75
75
hooks :
76
76
- id : blacken-docs
77
77
args : [ --line-length=120, --skip-errors ]
78
78
79
79
- repo : https://github.com/PyCQA/flake8
80
- rev : 5.0.4
80
+ rev : 6.1.0
81
81
hooks :
82
82
- id : flake8
83
83
name : PEP8
98
98
stages :
99
99
- commit-msg
100
100
repo : https://github.com/commitizen-tools/commitizen
101
- rev : v2.42.1
101
+ rev : v3.13.0
You can’t perform that action at this time.
0 commit comments