We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce41a87 commit f8c8632Copy full SHA for f8c8632
.pre-commit-config.yaml
@@ -2,7 +2,7 @@
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- repo: https://github.com/PyCQA/bandit
5
- rev: '1.9.2'
+ rev: '1.9.3'
6
hooks:
7
- id: bandit
8
pass_filenames: false
@@ -13,7 +13,7 @@ repos:
13
- id: end-of-file-fixer
14
- id: trailing-whitespace
15
- repo: https://github.com/psf/black
16
- rev: 25.12.0
+ rev: 26.1.0
17
18
- id: black
19
exclude: "versioneer.py|dpctl/_version.py"
0 commit comments