File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ uv add array-api-typing
2121 <summary >from source, using pip</summary >
2222
2323``` bash
24- pip install git+https://https:// github.com/data-apis/array-api-typing.git
24+ pip install git+https://github.com/data-apis/array-api-typing.git
2525```
2626
2727</details >
@@ -30,7 +30,7 @@ pip install git+https://https://github.com/data-apis/array-api-typing.git
3030
3131``` bash
3232cd /path/to/parent
33- git clone https://https:// github.com/data-apis/array-api-typing.git
33+ git clone https://github.com/data-apis/array-api-typing.git
3434cd array-api-typing
3535pip install -e . # editable mode
3636```
Original file line number Diff line number Diff line change 1111 pattern = "src/**/*.py" ,
1212)
1313
14- pytest_collect_file = (readme_tester + python_file_tester ).pytest ()
14+ pytest_collect_file = (readme_tester + python_file_tester ).pytest ()
Original file line number Diff line number Diff line change 4848 " pytest-cov>=3" ,
4949 " pytest-github-actions-annotate-failures>=0.3.0" ,
5050 " sybil>=8.0.0" ,
51- ]
51+ ]
5252
5353
5454[tool .hatch ]
You can’t perform that action at this time.
0 commit comments