Skip to content

Commit d545555

Browse files
Weekly pre-commit autoupdate (#2779)
This PR updates the `.pre-commit-config.yaml` using `pre-commit autoupdate`.
1 parent e825de5 commit d545555

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ repos:
6969
- id: black
7070
exclude: "dpnp/_version.py"
7171
- repo: https://github.com/pycqa/isort
72-
rev: 7.0.0
72+
rev: 8.0.0
7373
hooks:
7474
- id: isort
7575
name: isort (python)
@@ -123,11 +123,11 @@ repos:
123123
- id: pretty-format-toml
124124
args: [--autofix]
125125
- repo: https://github.com/rhysd/actionlint
126-
rev: v1.7.10
126+
rev: v1.7.11
127127
hooks:
128128
- id: actionlint
129129
- repo: https://github.com/BlankSpruce/gersemi
130-
rev: 0.25.4
130+
rev: 0.26.0
131131
hooks:
132132
- id: gersemi
133133
exclude: "dpnp/backend/cmake/Modules/"

0 commit comments

Comments
 (0)