Skip to content

Commit ed83965

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.1.0](psf/black-pre-commit-mirror@24.10.0...25.1.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/BlankSpruce/gersemi: 0.17.0 → 0.19.1](BlankSpruce/gersemi@0.17.0...0.19.1) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8)
1 parent c5746f3 commit ed83965

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ repos:
2323
- id: trailing-whitespace
2424
# Formatters should be run late so that they can re-format any prior changes.
2525
- repo: https://github.com/psf/black-pre-commit-mirror
26-
rev: 24.10.0
26+
rev: 25.1.0
2727
hooks:
2828
- id: black
2929
args: ["--line-length", "120", "--target-version", "py311"]
3030
- repo: https://github.com/pycqa/isort
31-
rev: 5.13.2
31+
rev: 6.0.0
3232
hooks:
3333
- id: isort
3434
args: ["--profile", "black", "--py", "311"]
3535
- repo: https://github.com/BlankSpruce/gersemi
36-
rev: 0.17.0
36+
rev: 0.19.1
3737
hooks:
3838
- id: gersemi
3939
exclude: |
@@ -42,7 +42,7 @@ repos:
4242
^cmake/conan_provider.cmake
4343
)
4444
- repo: https://github.com/pre-commit/mirrors-prettier
45-
rev: v3.1.0
45+
rev: v4.0.0-alpha.8
4646
hooks:
4747
- id: prettier
4848
types_or: [markdown, yaml]

0 commit comments

Comments
 (0)