File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
# See https://pre-commit.com/hooks.html for more hooks
3
3
repos :
4
4
- repo : https://github.com/PyCQA/bandit
5
- rev : ' 1.8.3 '
5
+ rev : ' 1.8.6 '
6
6
hooks :
7
7
- id : bandit
8
8
pass_filenames : false
77
77
name : isort (pyi)
78
78
types : [pyi]
79
79
- repo : https://github.com/pycqa/flake8
80
- rev : 7.2 .0
80
+ rev : 7.3 .0
81
81
hooks :
82
82
- id : flake8
83
83
args : ["--config=.flake8"]
90
90
- id : clang-format
91
91
args : ["-i"]
92
92
- repo : https://github.com/gitleaks/gitleaks
93
- rev : v8.26 .0
93
+ rev : v8.28 .0
94
94
hooks :
95
95
- id : gitleaks
96
96
- repo : https://github.com/jumanjihouse/pre-commit-hooks
@@ -115,7 +115,7 @@ repos:
115
115
]
116
116
files : ' ^dpnp/(dpnp_iface.*|fft|linalg|dpnp_array)'
117
117
- repo : https://github.com/macisamuele/language-formatters-pre-commit-hooks
118
- rev : v2.14 .0
118
+ rev : v2.15 .0
119
119
hooks :
120
120
- id : pretty-format-toml
121
121
args : [--autofix]
You can’t perform that action at this time.
0 commit comments