Skip to content

Commit 5a2aca4

Browse files
authored
Merge pull request #2337 from IntelPython/bot/pre-commit-autoupdate
Weekly pre-commit autoupdate
2 parents 8f35262 + eec454a commit 5a2aca4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ repos:
4646
- id: rst-inline-touching-normal
4747
- id: text-unicode-replacement-char
4848
- repo: https://github.com/codespell-project/codespell
49-
rev: v2.4.2
49+
rev: v2.4.3
5050
hooks:
5151
- id: codespell
5252
args: ["-L", "ba,som,xWindows"] # ignore some variable names
@@ -59,7 +59,7 @@ repos:
5959
- id: black
6060
exclude: "versioneer.py|dpctl/_version.py"
6161
- repo: https://github.com/pycqa/isort
62-
rev: 9.0.0a3
62+
rev: 9.0.0b1
6363
hooks:
6464
- id: isort
6565
name: isort (python)
@@ -74,7 +74,7 @@ repos:
7474
hooks:
7575
- id: flake8
7676
- repo: https://github.com/pre-commit/mirrors-clang-format
77-
rev: v22.1.5
77+
rev: v22.1.8
7878
hooks:
7979
- id: clang-format
8080
args: ["-i"]

0 commit comments

Comments
 (0)