Skip to content

Commit 2f83450

Browse files
Automated pre-commit hook update
1 parent 3cec4c1 commit 2f83450

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ 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.13.2
3030
hooks:
3131
- id: ruff
3232
args: [ "--fix" ]
@@ -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

0 commit comments

Comments
 (0)