Skip to content

Commit 1d0fe8e

Browse files
rserialgithub-actions[bot]
authored andcommitted
Update pre-commit hooks
1 parent b5e4313 commit 1d0fe8e

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
@@ -19,15 +19,15 @@ repos:
1919
- id: trailing-whitespace
2020
exclude: .bumpversion.cfg
2121
- repo: https://github.com/timothycrosley/isort
22-
rev: 6.0.1
22+
rev: 7.0.0
2323
hooks:
2424
- id: isort
2525
- repo: https://github.com/psf/black
26-
rev: 25.1.0
26+
rev: 25.9.0
2727
hooks:
2828
- id: black
2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.12.12
30+
rev: v0.14.1
3131
hooks:
3232
- id: ruff
3333
args: [ --fix ]
@@ -36,7 +36,7 @@ repos:
3636
hooks:
3737
- id: validate-cff
3838
- repo: https://github.com/python-poetry/poetry
39-
rev: 2.1.3
39+
rev: 2.2.1
4040
hooks:
4141
- id: poetry-check
4242
- id: poetry-install

0 commit comments

Comments
 (0)