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 22# See https://pre-commit.com/hooks.html for more hooks
33repos :
44- repo : https://github.com/PyCQA/bandit
5- rev : ' 1.7.0 '
5+ rev : ' 1.7.4 '
66 hooks :
77 - id : bandit
88 pass_filenames : false
99 args : ["-r", "dpctl", "-lll"]
1010- repo : https://github.com/pre-commit/pre-commit-hooks
11- rev : v4.0.1
11+ rev : v4.3.0
1212 hooks :
1313 - id : end-of-file-fixer
1414 - id : trailing-whitespace
1515- repo : https://github.com/psf/black
16- rev : 22.3 .0
16+ rev : 22.10 .0
1717 hooks :
1818 - id : black
1919 exclude : " versioneer.py|dpctl/_version.py"
@@ -28,12 +28,12 @@ repos:
2828 - id : isort
2929 name : isort (pyi)
3030 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
3333 hooks :
3434 - id : flake8
3535- repo : https://github.com/pocc/pre-commit-hooks
36- rev : v1.1.1
36+ rev : v1.3.5
3737 hooks :
3838 - id : clang-format
3939 args : ["-i"]
You can’t perform that action at this time.
0 commit comments