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 f3bb96a commit 3e41447Copy full SHA for 3e41447
.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.11.6
+ rev: v0.12.2
33
hooks:
34
- id: ruff
35
args: [ "--fix"]
36
37
- repo: https://github.com/asottile/pyupgrade
38
- rev: v3.19.1
+ rev: v3.20.0
39
40
- id: pyupgrade
41
args: [ "--py38-plus" ]
@@ -48,7 +48,7 @@ repos:
48
args: [ "--profile=black", "--multi-line=3" ]
49
50
- repo: https://github.com/pycqa/flake8
51
- rev: 7.2.0
+ rev: 7.3.0
52
53
- id: flake8
54
additional_dependencies: [ flake8-bugbear, flake8-print, Flake8-pyproject ]
0 commit comments