Skip to content

Commit ea4e009

Browse files
Merge pull request #991 from IntelPython/update-pre-commit-config
Updated versions of checks in pre-commit, use github for flake8
2 parents 31127cb + 4f5e51f commit ea4e009

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
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"]

0 commit comments

Comments
 (0)