Skip to content

Commit f8c8632

Browse files
antonwolfygithub-actions[bot]
authored andcommitted
chore: update pre-commit hooks
1 parent ce41a87 commit f8c8632

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/PyCQA/bandit
5-
rev: '1.9.2'
5+
rev: '1.9.3'
66
hooks:
77
- id: bandit
88
pass_filenames: false
@@ -13,7 +13,7 @@ repos:
1313
- id: end-of-file-fixer
1414
- id: trailing-whitespace
1515
- repo: https://github.com/psf/black
16-
rev: 25.12.0
16+
rev: 26.1.0
1717
hooks:
1818
- id: black
1919
exclude: "versioneer.py|dpctl/_version.py"

0 commit comments

Comments
 (0)