File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- <h1 align =' center ' > array-api-typing </h1 >
1
+ <h1 align =" center " > array-api-typing </h1 >
2
2
<h3 align =" center " >Type Annotations for the Array APi</h3 >
3
3
4
4
---
@@ -21,7 +21,7 @@ uv add array-api-typing
21
21
<summary >from source, using pip</summary >
22
22
23
23
``` 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
25
25
```
26
26
27
27
</details >
@@ -30,7 +30,7 @@ pip install git+https://https://github.com/data-apis/array-api-typing.git
30
30
31
31
``` bash
32
32
cd /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
34
34
cd array-api-typing
35
35
pip install -e . # editable mode
36
36
```
Original file line number Diff line number Diff line change 11
11
pattern = "src/**/*.py" ,
12
12
)
13
13
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 50
50
" pytest-cov>=3" ,
51
51
" pytest-github-actions-annotate-failures>=0.3.0" ,
52
52
" sybil>=8.0.0" ,
53
- ]
53
+ ]
54
54
55
55
56
56
[tool .hatch ]
You can’t perform that action at this time.
0 commit comments