Skip to content

Commit 8b6da19

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.16.2 → 0.19.0](BlankSpruce/gersemi@0.16.2...0.19.0) - [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 2db4034 commit 8b6da19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,22 @@ repos:
3737
- id: trailing-whitespace
3838
# Formatters should be run late so that they can re-format any prior changes.
3939
- repo: https://github.com/psf/black-pre-commit-mirror
40-
rev: 24.10.0
40+
rev: 25.1.0
4141
hooks:
4242
- id: black
4343
args: ["--line-length", "120", "--target-version", "py311"]
4444
- repo: https://github.com/pycqa/isort
45-
rev: 5.13.2
45+
rev: 6.0.0
4646
hooks:
4747
- id: isort
4848
args: ["--profile", "black", "--py", "311"]
4949
- repo: https://github.com/BlankSpruce/gersemi
50-
rev: 0.16.2
50+
rev: 0.19.0
5151
hooks:
5252
- id: gersemi
5353
exclude: ^cmake/modules/
5454
- repo: https://github.com/pre-commit/mirrors-prettier
55-
rev: v3.1.0
55+
rev: v4.0.0-alpha.8
5656
hooks:
5757
- id: prettier
5858
types_or: [markdown, yaml]

0 commit comments

Comments
 (0)