File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v5 .0.0
3
+ rev : v6 .0.0
4
4
hooks :
5
5
- id : check-ast
6
6
- id : check-added-large-files
@@ -29,13 +29,13 @@ repos:
29
29
args : [ "--create", "--python-folders", "aeon_neuro" ]
30
30
31
31
- repo : https://github.com/astral-sh/ruff-pre-commit
32
- rev : v0.11.6
32
+ rev : v0.13.0
33
33
hooks :
34
34
- id : ruff
35
35
args : [ "--fix"]
36
36
37
37
- repo : https://github.com/asottile/pyupgrade
38
- rev : v3.19.1
38
+ rev : v3.20.0
39
39
hooks :
40
40
- id : pyupgrade
41
41
args : [ "--py38-plus" ]
48
48
args : [ "--profile=black", "--multi-line=3" ]
49
49
50
50
- repo : https://github.com/pycqa/flake8
51
- rev : 7.2 .0
51
+ rev : 7.3 .0
52
52
hooks :
53
53
- id : flake8
54
54
additional_dependencies : [ flake8-bugbear, flake8-print, Flake8-pyproject ]
You can’t perform that action at this time.
0 commit comments