Skip to content

Commit 92f14fb

Browse files
Automated pre-commit hook update (#116)
Co-authored-by: MatthewMiddlehurst <25731235+MatthewMiddlehurst@users.noreply.github.com> Co-authored-by: Matthew Middlehurst <pfm15hbu@gmail.com>
1 parent df8e2c0 commit 92f14fb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-ast
66
- id: check-added-large-files
@@ -29,33 +29,33 @@ repos:
2929
args: [ "--create", "--python-folders", "aeon_neuro" ]
3030

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

3737
- repo: https://github.com/asottile/pyupgrade
38-
rev: v3.19.1
38+
rev: v3.21.1
3939
hooks:
4040
- id: pyupgrade
4141
args: [ "--py38-plus" ]
4242

4343
- repo: https://github.com/pycqa/isort
44-
rev: 6.0.1
44+
rev: 7.0.0
4545
hooks:
4646
- id: isort
4747
name: isort
4848
args: [ "--profile=black", "--multi-line=3" ]
4949

5050
- repo: https://github.com/pycqa/flake8
51-
rev: 7.2.0
51+
rev: 7.3.0
5252
hooks:
5353
- id: flake8
5454
additional_dependencies: [ flake8-bugbear, flake8-print, Flake8-pyproject ]
5555
args: [ "--max-line-length=88", "--extend-ignore=E203" ]
5656

5757
- repo: https://github.com/psf/black
58-
rev: 25.1.0
58+
rev: 25.9.0
5959
hooks:
6060
- id: black
6161
language_version: python3
@@ -74,7 +74,7 @@ repos:
7474
args: [ "--nbqa-dont-skip-bad-cells", "--extend-ignore=E402,E203", "--max-line-length=88" ]
7575

7676
- repo: https://github.com/mgedmin/check-manifest
77-
rev: "0.50"
77+
rev: "0.51"
7878
hooks:
7979
- id: check-manifest
8080
stages: [ manual ]

0 commit comments

Comments
 (0)