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 863b691Copy full SHA for 863b691
.pre-commit-config.yaml
@@ -29,7 +29,7 @@ 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.5
33
hooks:
34
- id: ruff
35
args: [ "--fix"]
@@ -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