@@ -13,15 +13,15 @@ repos:
13
13
args : [ "--fix=lf" ]
14
14
- id : check-case-conflict
15
15
- repo : https://github.com/charliermarsh/ruff-pre-commit
16
- rev : ' v0.9.6 ' # Ruff version.
16
+ rev : ' v0.11.4 ' # Ruff version.
17
17
hooks :
18
18
- id : ruff
19
- stages : [ push, commit, manual ]
19
+ stages : [ pre- push, pre- commit, manual ]
20
20
# Run the formatter.
21
21
- id : ruff-format
22
- stages : [ push, commit, manual ]
22
+ stages : [ pre- push, pre- commit, manual ]
23
23
- repo : https://github.com/pycqa/flake8
24
- rev : ' 7.1.2 ' # pick a git hash / tag to point to
24
+ rev : ' 7.2.0 ' # pick a git hash / tag to point to
25
25
hooks :
26
26
- id : flake8
27
27
- repo : local
@@ -33,20 +33,20 @@ repos:
33
33
always_run : true
34
34
pass_filenames : false
35
35
verbose : true
36
- stages : [ push ]
36
+ stages : [ pre- push ]
37
37
- id : cheribuild-pytest
38
38
name : cheribuild pytest
39
39
entry : sh -c 'python3 -m pytest -q . >&2'
40
40
language : system
41
41
always_run : true
42
42
pass_filenames : false
43
43
verbose : true
44
- stages : [ push, manual ]
44
+ stages : [ pre- push, manual ]
45
45
- id : cheribuild-smoke-test
46
46
name : cheribuild smoke test
47
47
entry : tests/run_smoke_tests.sh
48
48
language : system
49
49
always_run : true
50
50
pass_filenames : false
51
51
verbose : true
52
- stages : [ push, manual ]
52
+ stages : [ pre- push, manual ]
0 commit comments