Skip to content

Commit 44808d0

Browse files
committed
fix linter
1 parent 9a84ab6 commit 44808d0

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

spec-0013/index.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,32 @@ endorsed-by:
1212

1313
## Description
1414

15-
For consistency and decreased cognitive load across the ecosystem, this SPEC recommends naming conventions around various project aspects--such as project structure, repository layout, folder names, task runner and `pyproject.toml` targets name.
15+
For consistency and decreased cognitive load across the ecosystem, this SPEC
16+
recommends naming conventions around various project aspects--such as project
17+
structure, repository layout, folder names, task runner and `pyproject.toml`
18+
targets name.
1619

17-
From a cursory survey in the Scientific Python ecosystem, we discover some frustration from contributors and maintainer when moving from one project to another and belive that consistency will make it both easier for existing maintainer to contribute to project as well a decrease the confusion of new developers when contributing or creating new projects.
20+
From a cursory survey in the Scientific Python ecosystem, we discover some
21+
frustration from contributors and maintainer when moving from one project to
22+
another and believe that consistency will make it both easier for existing
23+
maintainer to contribute to project as well a decrease the confusion of new
24+
developers when contributing or creating new projects.
1825

1926
## Implementation
2027

21-
We recommend that by default the targets and folder names:
22-
- related to testing be named `tests` (and not `test`)
23-
- related to documentation be named `docs` (and not `doc`)
24-
- both should be lowercase.
28+
We recommend that by default the targets and folder names:
29+
30+
- related to testing be named `tests` (and not `test`)
31+
- related to documentation be named `docs` (and not `doc`)
32+
- both should be lowercase.
2533

2634
It is ok to have the singular aliases, but the plurals should always be the default.
2735

2836
### Examples
2937

3038
pyproj.toml
3139
docs folder
32-
pip install .[]
40+
pip install .[]
3341
spin and dev.py
3442
tox
3543

0 commit comments

Comments
 (0)