File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
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.7.0 '
5
+ rev : ' 1.7.4 '
6
6
hooks :
7
7
- id : bandit
8
8
pass_filenames : false
9
9
args : ["-r", "dpctl", "-lll"]
10
10
- repo : https://github.com/pre-commit/pre-commit-hooks
11
- rev : v4.0.1
11
+ rev : v4.3.0
12
12
hooks :
13
13
- id : end-of-file-fixer
14
14
- id : trailing-whitespace
15
15
- repo : https://github.com/psf/black
16
- rev : 22.3 .0
16
+ rev : 22.10 .0
17
17
hooks :
18
18
- id : black
19
19
exclude : " versioneer.py|dpctl/_version.py"
@@ -28,12 +28,12 @@ repos:
28
28
- id : isort
29
29
name : isort (pyi)
30
30
types : [pyi]
31
- - repo : https://gitlab .com/pycqa/flake8
32
- rev : 4 .0.1
31
+ - repo : https://github .com/pycqa/flake8
32
+ rev : 5 .0.4
33
33
hooks :
34
34
- id : flake8
35
35
- repo : https://github.com/pocc/pre-commit-hooks
36
- rev : v1.1.1
36
+ rev : v1.3.5
37
37
hooks :
38
38
- id : clang-format
39
39
args : ["-i"]
You can’t perform that action at this time.
0 commit comments