We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pre-commit
1 parent 92f14fb commit 905b61fCopy full SHA for 905b61f
.pre-commit-config.yaml
@@ -29,13 +29,13 @@ repos:
29
args: [ "--create", "--python-folders", "aeon_neuro" ]
30
31
- repo: https://github.com/astral-sh/ruff-pre-commit
32
- rev: v0.14.4
+ rev: v0.14.6
33
hooks:
34
- id: ruff
35
args: [ "--fix"]
36
37
- repo: https://github.com/asottile/pyupgrade
38
- rev: v3.21.1
+ rev: v3.21.2
39
40
- id: pyupgrade
41
args: [ "--py38-plus" ]
@@ -55,7 +55,7 @@ repos:
55
args: [ "--max-line-length=88", "--extend-ignore=E203" ]
56
57
- repo: https://github.com/psf/black
58
- rev: 25.9.0
+ rev: 25.11.0
59
60
- id: black
61
language_version: python3
0 commit comments