Skip to content

Commit 0ff7436

Browse files
antonwolfygithub-actions[bot]
authored andcommitted
chore: update pre-commit hooks
1 parent bb6e001 commit 0ff7436

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/PyCQA/bandit
5-
rev: '1.8.3'
5+
rev: '1.8.6'
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.6.0
11+
rev: v6.0.0
1212
hooks:
1313
- id: end-of-file-fixer
1414
- id: trailing-whitespace
1515
- repo: https://github.com/psf/black
16-
rev: 24.4.2
16+
rev: 25.9.0
1717
hooks:
1818
- id: black
1919
exclude: "versioneer.py|dpctl/_version.py"
2020
- repo: https://github.com/pycqa/isort
21-
rev: 5.13.2
21+
rev: 7.0.0
2222
hooks:
2323
- id: isort
2424
name: isort (python)
@@ -29,7 +29,7 @@ repos:
2929
name: isort (pyi)
3030
types: [pyi]
3131
- repo: https://github.com/pycqa/flake8
32-
rev: 7.1.0
32+
rev: 7.3.0
3333
hooks:
3434
- id: flake8
3535
- repo: https://github.com/pocc/pre-commit-hooks
@@ -38,12 +38,12 @@ repos:
3838
- id: clang-format
3939
args: ["-i"]
4040
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
41-
rev: v2.12.0
41+
rev: v2.15.0
4242
hooks:
4343
- id: pretty-format-toml
4444
args: [--autofix]
4545
- repo: https://github.com/MarcoGorelli/cython-lint
46-
rev: v0.16.6
46+
rev: v0.18.0
4747
hooks:
4848
- id: cython-lint
4949
- id: double-quote-cython-strings

0 commit comments

Comments
 (0)