File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ jobs:
34
34
35
35
- name : Test style wth ruff, black and isort
36
36
run : |
37
- hatch run lint :style
37
+ hatch run linting :style
38
38
39
39
- name : Test typing with Mypy
40
40
run : |
41
- hatch run lint :typing
41
+ hatch run linting :typing
42
42
43
43
- name : Install required system packages for installing and running tests
44
44
run : |
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ cov = [
109
109
[[tool .hatch .envs .all .matrix ]]
110
110
python = [ " 3.10" , " 3.11" , " 3.12" ]
111
111
112
- [tool .hatch .envs .lint ]
112
+ [tool .hatch .envs .linting ]
113
113
detached = true
114
114
dependencies = [
115
115
" black==24.3.0" ,
@@ -119,7 +119,7 @@ dependencies = [
119
119
" yamlfix==1.16.1" ,
120
120
" pyproject-fmt==2.2.1" ,
121
121
]
122
- [tool .hatch .envs .lint .scripts ]
122
+ [tool .hatch .envs .linting .scripts ]
123
123
typing = " mypy {args:src/aleph/vm/ tests/ examples/example_fastapi runtimes/aleph-debian-12-python}"
124
124
style = [
125
125
# "ruff {args:.}",
You can’t perform that action at this time.
0 commit comments