File tree Expand file tree Collapse file tree 3 files changed +21
-9
lines changed Expand file tree Collapse file tree 3 files changed +21
-9
lines changed Original file line number Diff line number Diff line change 34
34
cache : true
35
35
environments : lint
36
36
37
- - name : Lint
37
+ - name : Lint (if this step fails, please 'pixi run lint' locally and push the changes)
38
38
run : pixi run -e lint lint
39
39
40
40
checks :
Original file line number Diff line number Diff line change 1
1
# array-api-extra
2
2
3
- [ ![ Actions Status] [ actions-badge ]] [ actions-link ]
4
3
[ ![ docs - here!] [ docs-badge ]] [ docs-link ]
5
- [ ![ Pixi Badge] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/prefix-dev/pixi/main/assets/badge/v0.json )] ( https://pixi.sh )
6
- [ ![ All Contributors] ( https://img.shields.io/github/all-contributors/data-apis/array-api-extra?color=ee8449&style=flat-square )] ( #contributors )
7
- [ ![ Typing] ( https://img.shields.io/pypi/types/array-api-extra )] ( https://typing.python.org/ )
8
- [ ![ codecov] ( https://codecov.io/github/data-apis/array-api-extra/graph/badge.svg )] ( https://codecov.io/github/data-apis/array-api-extra )
9
-
10
4
[ ![ PyPI version] [ pypi-version ]] [ pypi-link ]
11
5
[ ![ Conda-Forge] [ conda-badge ]] [ conda-link ]
12
6
[ ![ PyPI platforms] [ pypi-platforms ]] [ pypi-link ]
7
+ [ ![ All Contributors] ( https://img.shields.io/github/all-contributors/data-apis/array-api-extra?color=ee8449&style=flat-square )] ( #contributors )
8
+
9
+ [ ![ Pixi Badge] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/prefix-dev/pixi/main/assets/badge/v0.json )] ( https://pixi.sh )
10
+ [ ![ Typing] ( https://img.shields.io/pypi/types/array-api-extra )] ( https://typing.python.org/ )
11
+ [ ![ codecov] ( https://codecov.io/github/data-apis/array-api-extra/graph/badge.svg )] ( https://codecov.io/github/data-apis/array-api-extra )
13
12
[ ![ EffVer Versioning] ( https://img.shields.io/badge/version_scheme-EffVer-0097a7 )] ( https://jacobtomlinson.dev/effver )
14
13
[ ![ SPEC 8 — Securing the Release Process] ( https://img.shields.io/badge/SPEC-8-green?labelColor=%23004811&color=%235CA038 )] ( https://scientific-python.org/specs/spec-0008/ )
15
14
Original file line number Diff line number Diff line change 1
- lefthook : pixi run --environment=lint lefthook
1
+ lefthook : pixi run --no-progress -- environment=lint lefthook
2
2
3
3
templates :
4
- run : run --environment=lint
4
+ run : run --quiet --no-progress --environment=lint
5
+
6
+ colors : true
7
+
8
+ output :
9
+ - meta # Print lefthook version
10
+ - summary # Print summary block (successful and failed steps)
11
+ - empty_summary # Print summary heading when there are no steps to run
12
+ # - success # Print successful steps
13
+ # - failure # Print failed steps printing
14
+ # - execution # Print any execution logs
15
+ # - execution_out # Print execution output
16
+ # - execution_info # Print `EXECUTE > ...` logging
17
+ - skips # Print "skip" (i.e. no files matched)
5
18
6
19
pre-commit :
7
20
parallel : true
You can’t perform that action at this time.
0 commit comments