Skip to content

Commit 75ddf35

Browse files
authored
Merge pull request #144 from IntelPython/bot/pre-commit-autoupdate
Weekly pre-commit autoupdate
2 parents e3c3bc8 + 3baed30 commit 75ddf35

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
@@ -37,7 +37,7 @@ repos:
3737
- id: text-unicode-replacement-char
3838

3939
- repo: https://github.com/codespell-project/codespell
40-
rev: v2.4.2
40+
rev: v2.4.3
4141
hooks:
4242
- id: codespell
4343
args: ["-L", "nd,hart,elemente,wirth"]
@@ -50,7 +50,7 @@ repos:
5050
- id: black
5151

5252
- repo: https://github.com/pre-commit/mirrors-clang-format
53-
rev: v22.1.5
53+
rev: v22.1.8
5454
hooks:
5555
- id: clang-format
5656
args: ["-i"]
@@ -71,7 +71,7 @@ repos:
7171
- flake8-bugbear==25.11.29
7272

7373
- repo: https://github.com/pycqa/isort
74-
rev: 9.0.0a3
74+
rev: 9.0.0b1
7575
hooks:
7676
- id: isort
7777
name: isort (python)

0 commit comments

Comments
 (0)