File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -70,42 +70,43 @@ repos:
70
70
- .github/workflows/license-templates/LICENSE.txt
71
71
- --fuzzy-match-generates-todo
72
72
- repo : https://github.com/psf/black-pre-commit-mirror
73
- rev : 24.10 .0
73
+ rev : 25.1 .0
74
74
hooks :
75
75
- id : black-jupyter
76
76
name : run black-jupyter
77
77
description : format Python files and Jupyter Notebooks with black
78
78
- repo : https://github.com/pre-commit/mirrors-clang-format
79
- rev : v19.1.4
79
+ rev : v19.1.7
80
80
hooks :
81
81
- id : clang-format
82
82
name : run clang-format
83
83
description : format C files with clang-format
84
84
args : [--style=Google]
85
85
types_or : [c]
86
86
- repo : https://github.com/PyCQA/bandit
87
- rev : 1.7.10
87
+ rev : 1.8.2
88
88
hooks :
89
89
- id : bandit
90
90
name : run bandit
91
91
description : check Python code for security issues
92
92
args : ["-c=pyproject.toml", "-r"]
93
+ additional_dependencies : ["bandit[toml]"]
93
94
- repo : https://github.com/codespell-project/codespell
94
- rev : v2.3.0
95
+ rev : v2.4.1
95
96
hooks :
96
97
- id : codespell
97
98
name : run codespell
98
99
description : check spelling with codespell
99
100
args : [--ignore-words=.github/linters/codespell.txt]
100
101
exclude : ^docs/image|^spark/common/src/test/resources|^docs/usecases|^tools/maven/scalafmt
101
102
- repo : https://github.com/gitleaks/gitleaks
102
- rev : v8.21.2
103
+ rev : v8.23.3
103
104
hooks :
104
105
- id : gitleaks
105
106
name : run gitleaks
106
107
description : check for secrets with gitleaks
107
108
- repo : https://github.com/shssoichiro/oxipng
108
- rev : v9.1.2
109
+ rev : v9.1.3
109
110
hooks :
110
111
- id : oxipng
111
112
name : run oxipng
@@ -160,7 +161,7 @@ repos:
160
161
args : [--markdown-linebreak-ext=md]
161
162
exclude : ^docs-overrides/main\.html$|\.Rd$
162
163
- repo : https://github.com/igorshubovych/markdownlint-cli
163
- rev : v0.43 .0
164
+ rev : v0.44 .0
164
165
hooks :
165
166
- id : markdownlint
166
167
name : run markdownlint
You can’t perform that action at this time.
0 commit comments