Skip to content

Commit 816577a

Browse files
authored
Merge branch 'main' into fix/hidalgo-zero-distance
2 parents 8dfe2dd + b999d55 commit 816577a

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

2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.14.4
30+
rev: v0.14.5
3131
hooks:
3232
- id: ruff
3333
args: [ "--fix"]
@@ -53,7 +53,7 @@ repos:
5353
args: [ "--max-line-length=88", "--extend-ignore=E203" ]
5454

5555
- repo: https://github.com/psf/black
56-
rev: 25.9.0
56+
rev: 25.11.0
5757
hooks:
5858
- id: black
5959
language_version: python3

0 commit comments

Comments
 (0)