Skip to content

Commit f955745

Browse files
committed
fix lint
1 parent c09cbbf commit f955745

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,19 @@ libraries = [
1919
```
2020

2121
For more complete systems, see:
22+
2223
- [scikit-build-core](https://github.com/scikit-build/scikit-build-core)
2324
- [setuptools](https://setuptools.pypa.io/en/latest/userguide/ext_modules.html)
2425

2526
## Environment Variables
26-
| Name | Default | Description |
27-
|:-----|:--------|:------------|
28-
|`CC`| | |
29-
|`CXX`| | |
30-
|`LD`| | |
31-
|`HATCH_CPP_PLATFORM`| | |
32-
|`HATCH_CPP_DISABLE_CCACHE`| | |
27+
28+
| Name | Default | Description |
29+
| :------------------------- | :------ | :---------- |
30+
| `CC` | | |
31+
| `CXX` | | |
32+
| `LD` | | |
33+
| `HATCH_CPP_PLATFORM` | | |
34+
| `HATCH_CPP_DISABLE_CCACHE` | | |
3335

3436
> [!NOTE]
3537
> This library was generated using [copier](https://copier.readthedocs.io/en/stable/) from the [Base Python Project Template repository](https://github.com/python-project-templates/base).

0 commit comments

Comments
 (0)