Skip to content

Commit 7ff7a11

Browse files
Automated pre-commit hook update
1 parent 3cec4c1 commit 7ff7a11

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ repos:
2626
args: [ "--create", "--python-folders", "tsml" ]
2727

2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: v0.12.12
29+
rev: v0.14.1
3030
hooks:
3131
- id: ruff
3232
args: [ "--fix" ]
3333

3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v3.20.0
35+
rev: v3.21.0
3636
hooks:
3737
- id: pyupgrade
3838
args: [ "--py310-plus" ]
3939

4040
- repo: https://github.com/pycqa/isort
41-
rev: 6.0.1
41+
rev: 7.0.0
4242
hooks:
4343
- id: isort
4444
name: isort (python)
@@ -52,7 +52,7 @@ repos:
5252
args: [ "--max-line-length=88", "--extend-ignore=E203" ]
5353

5454
- repo: https://github.com/psf/black
55-
rev: 25.1.0
55+
rev: 25.9.0
5656
hooks:
5757
- id: black
5858
language_version: python3
@@ -71,7 +71,7 @@ repos:
7171
args: [ "--nbqa-dont-skip-bad-cells", "--extend-ignore=E402,E203", "--max-line-length=88" ]
7272

7373
- repo: https://github.com/mgedmin/check-manifest
74-
rev: "0.50"
74+
rev: "0.51"
7575
hooks:
7676
- id: check-manifest
7777
stages: [ manual ]

0 commit comments

Comments
 (0)