Skip to content

Commit 905b61f

Browse files
Automated pre-commit hook update
1 parent 92f14fb commit 905b61f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ repos:
2929
args: [ "--create", "--python-folders", "aeon_neuro" ]
3030

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

3737
- repo: https://github.com/asottile/pyupgrade
38-
rev: v3.21.1
38+
rev: v3.21.2
3939
hooks:
4040
- id: pyupgrade
4141
args: [ "--py38-plus" ]
@@ -55,7 +55,7 @@ repos:
5555
args: [ "--max-line-length=88", "--extend-ignore=E203" ]
5656

5757
- repo: https://github.com/psf/black
58-
rev: 25.9.0
58+
rev: 25.11.0
5959
hooks:
6060
- id: black
6161
language_version: python3

0 commit comments

Comments
 (0)