Skip to content

Commit 9b157c4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-clang-format: v22.1.3 → v22.1.5](pre-commit/mirrors-clang-format@v22.1.3...v22.1.5) - [github.com/pycqa/isort: 8.0.1 → 9.0.0a3](PyCQA/isort@8.0.1...9.0.0a3) - [github.com/psf/black-pre-commit-mirror: 26.3.1 → 26.5.1](psf/black-pre-commit-mirror@26.3.1...26.5.1) - [github.com/domluna/JuliaFormatter.jl: v2.3.0 → v2.3.2](JuliaEditorSupport/JuliaFormatter.jl@v2.3.0...v2.3.2)
1 parent 4323ad0 commit 9b157c4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repos:
3131

3232
# C
3333
- repo: https://github.com/pre-commit/mirrors-clang-format
34-
rev: v22.1.3
34+
rev: v22.1.5
3535
hooks:
3636
- id: clang-format
3737

@@ -42,7 +42,7 @@ repos:
4242

4343
# Python
4444
- repo: https://github.com/pycqa/isort
45-
rev: 8.0.1
45+
rev: 9.0.0a3
4646
hooks:
4747
- id: isort
4848
name: isort (python)
@@ -54,7 +54,7 @@ repos:
5454
- id: flake8
5555

5656
- repo: https://github.com/psf/black-pre-commit-mirror
57-
rev: 26.3.1
57+
rev: 26.5.1
5858
hooks:
5959
- id: black
6060

@@ -73,7 +73,7 @@ repos:
7373

7474
# Julia
7575
- repo: https://github.com/domluna/JuliaFormatter.jl
76-
rev: v2.3.0 # or whatever the desired release is
76+
rev: v2.3.2 # or whatever the desired release is
7777
hooks:
7878
- id: julia-formatter
7979

0 commit comments

Comments
 (0)