Skip to content

Commit 9421d19

Browse files
Weekly pre-commit autoupdate (#2548)
This PR updates the `.pre-commit-config.yaml` using `pre-commit autoupdate`.
1 parent 0441bac commit 9421d19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.8.3'
5+
rev: '1.8.6'
66
hooks:
77
- id: bandit
88
pass_filenames: false
@@ -77,7 +77,7 @@ repos:
7777
name: isort (pyi)
7878
types: [pyi]
7979
- repo: https://github.com/pycqa/flake8
80-
rev: 7.2.0
80+
rev: 7.3.0
8181
hooks:
8282
- id: flake8
8383
args: ["--config=.flake8"]
@@ -90,7 +90,7 @@ repos:
9090
- id: clang-format
9191
args: ["-i"]
9292
- repo: https://github.com/gitleaks/gitleaks
93-
rev: v8.26.0
93+
rev: v8.28.0
9494
hooks:
9595
- id: gitleaks
9696
- repo: https://github.com/jumanjihouse/pre-commit-hooks
@@ -115,7 +115,7 @@ repos:
115115
]
116116
files: '^dpnp/(dpnp_iface.*|fft|linalg|dpnp_array)'
117117
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
118-
rev: v2.14.0
118+
rev: v2.15.0
119119
hooks:
120120
- id: pretty-format-toml
121121
args: [--autofix]

0 commit comments

Comments
 (0)