File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
- name : Install python dependencies
20
20
uses : ./.github/actions/install-aiida-core
21
21
with :
22
- python-version : ' 3.10 '
22
+ python-version : ' 3.11 '
23
23
extras : ' [pre-commit]'
24
24
from-requirements : ' false'
25
25
Original file line number Diff line number Diff line change 6
6
7
7
repos :
8
8
- repo : https://github.com/pre-commit/pre-commit-hooks
9
- rev : v4.5 .0
9
+ rev : v4.6 .0
10
10
hooks :
11
11
- id : check-merge-conflict
12
12
- id : check-yaml
37
37
args : [--line-length=120, --fail-on-change]
38
38
39
39
- repo : https://github.com/astral-sh/ruff-pre-commit
40
- rev : v0.3.5
40
+ rev : v0.4.1
41
41
hooks :
42
42
- id : ruff-format
43
43
exclude : &exclude_ruff >
50
50
args : [--fix, --exit-non-zero-on-fix, --show-fixes]
51
51
52
52
- repo : https://github.com/macisamuele/language-formatters-pre-commit-hooks
53
- rev : v2.12 .0
53
+ rev : v2.13 .0
54
54
hooks :
55
55
- id : pretty-format-toml
56
56
args : [--autofix]
You can’t perform that action at this time.
0 commit comments