File tree 1 file changed +13
-13
lines changed
1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 13
13
14
14
repos :
15
15
- repo : https://github.com/compilerla/conventional-pre-commit
16
- rev : v2.4 .0
16
+ rev : v3.6 .0
17
17
hooks :
18
18
- id : conventional-pre-commit
19
19
stages : [commit-msg]
36
36
]
37
37
38
38
- repo : https://github.com/pre-commit/pre-commit-hooks
39
- rev : v4.5 .0
39
+ rev : v5.0 .0
40
40
hooks :
41
41
- id : trailing-whitespace
42
42
- id : end-of-file-fixer
70
70
- id : text-unicode-replacement-char
71
71
72
72
- repo : https://github.com/Lucas-C/pre-commit-hooks-safety
73
- rev : v1.3.2
73
+ rev : v1.3.3
74
74
hooks :
75
75
- id : python-safety-dependencies-check
76
76
files : pyproject.toml
@@ -81,65 +81,65 @@ repos:
81
81
- id : docformatter
82
82
83
83
- repo : https://github.com/nbQA-dev/nbQA
84
- rev : 1.7.0
84
+ rev : 1.9.1
85
85
hooks :
86
86
- id : nbqa-check-ast
87
87
- id : nbqa-mypy
88
88
args : ["--config-file=pyproject.toml"]
89
89
- id : nbqa-pyupgrade
90
90
91
91
- repo : https://github.com/bwhmather/ssort
92
- rev : v0.11.6
92
+ rev : 0.14.0
93
93
hooks :
94
94
- id : ssort
95
95
96
96
- repo : https://github.com/asottile/pyupgrade
97
- rev : v3.15 .0
97
+ rev : v3.19 .0
98
98
hooks :
99
99
- id : pyupgrade
100
100
101
101
- repo : https://github.com/psf/black
102
- rev : 23 .10.1
102
+ rev : 24 .10.0
103
103
hooks :
104
104
- id : black
105
105
- id : black-jupyter
106
106
files : \.ipynb$
107
107
108
108
- repo : https://github.com/PyCQA/isort
109
- rev : 5.12.0
109
+ rev : 5.13.2
110
110
hooks :
111
111
- id : isort
112
112
args : ["--profile=black"]
113
113
114
114
- repo : https://github.com/PyCQA/pylint
115
- rev : v3.0.1
115
+ rev : v3.3.2
116
116
hooks :
117
117
- id : pylint
118
118
args : ["--rcfile=pyproject.toml"]
119
119
120
120
- repo : https://github.com/pre-commit/mirrors-mypy
121
- rev : v1.6.1
121
+ rev : v1.13.0
122
122
hooks :
123
123
- id : mypy
124
124
args :
125
125
- " --config-file=pyproject.toml"
126
126
exclude : " tests"
127
127
128
128
- repo : https://github.com/PyCQA/bandit
129
- rev : 1.7.5
129
+ rev : 1.8.0
130
130
hooks :
131
131
- id : bandit
132
132
exclude : " ^tests/"
133
133
args :
134
134
- " -r"
135
135
136
136
- repo : https://github.com/kynan/nbstripout
137
- rev : 0.6 .1
137
+ rev : 0.8 .1
138
138
hooks :
139
139
- id : nbstripout
140
140
141
141
- repo : https://github.com/python-poetry/poetry
142
- rev : 1.7 .0
142
+ rev : 1.8 .0
143
143
hooks :
144
144
- id : poetry-check
145
145
- id : poetry-lock
You can’t perform that action at this time.
0 commit comments