Skip to content

Commit 45c05cf

Browse files
Automated pre-commit hook update (#3131)
Co-authored-by: TonyBagnall <9594042+TonyBagnall@users.noreply.github.com>
1 parent ff28266 commit 45c05cf

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", "aeon" ]
2828

2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.14.5
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)