Skip to content

Commit 5e03d9c

Browse files
Automated pre-commit hook update (#437)
Co-authored-by: MatthewMiddlehurst <[email protected]>
1 parent f087eda commit 5e03d9c

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
@@ -27,13 +27,13 @@ repos:
2727
args: [ "--create", "--python-folders", "tsml_eval" ]
2828

2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.14.4
30+
rev: v0.14.6
3131
hooks:
3232
- id: ruff
3333
args: [ "--fix"]
3434

3535
- repo: https://github.com/asottile/pyupgrade
36-
rev: v3.21.1
36+
rev: v3.21.2
3737
hooks:
3838
- id: pyupgrade
3939
args: [ "--py310-plus" ]

0 commit comments

Comments
 (0)