Skip to content

Commit 53732c8

Browse files
nstarmanjorenham
andcommitted
Apply suggestions from code review
Co-authored-by: Joren Hammudoglu <jhammudoglu@gmail.com> Signed-off-by: Nathaniel Starkman <nstarman@users.noreply.github.com>
1 parent 72b39f4 commit 53732c8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1 align='center'> array-api-typing </h1>
1+
<h1 align="center"> array-api-typing </h1>
22
<h3 align="center">Type Annotations for the Array APi</h3>
33

44
---
@@ -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
3232
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
3434
cd array-api-typing
3535
pip install -e . # editable mode
3636
```

conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
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()

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"pytest-cov>=3",
5151
"pytest-github-actions-annotate-failures>=0.3.0",
5252
"sybil>=8.0.0",
53-
]
53+
]
5454

5555

5656
[tool.hatch]

0 commit comments

Comments
 (0)