Skip to content

Commit 3828128

Browse files
committed
Make precommit happy.
1 parent 3483d2e commit 3828128

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

content/contributing/layout.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,32 +10,32 @@ project, it should be applied to all others as well.
1010

1111
## Standard Layout
1212

13-
* root
14-
* .devcontainer
15-
* .github
13+
* root
14+
* .devcontainer
15+
* .github
1616
* ISSUE_TEMPLATE
17-
* bug-report.md
17+
* bug-report.md
1818
* config.yml
1919
* feature-request
20-
* workflows
20+
* workflows
2121
* lock.yml
22-
* pre-commit.yml
22+
* pre-commit.yml
2323
* publish.yml
2424
* tests.yml
2525
* zizmor.yaml
2626
* pull_request_template.md
27-
* docs
28-
* _static
29-
* documentation files
27+
* docs
28+
* _static
29+
* documentation files
3030
* conf.py
3131
* examples
32-
* folders containing examples
32+
* folders containing examples
3333
* README
34-
* src
34+
* src
3535
* package_name eg click
3636
* tests
3737
* .editorconfig
38-
* .gitignore
38+
* .gitignore
3939
* .pre-commit-config.yml
4040
* .readthedocs.yml
4141
* CHANGES.rst
@@ -65,7 +65,7 @@ We do not use Dependabot to update these files as it is too noisy.
6565
### Pytest
6666
[pytest] is used to run the tests, found in the `tests` folder.
6767

68-
Pytest configuration in pyproject.toml
68+
Pytest configuration in pyproject.toml
6969
```
7070
[tool.pytest.ini_options]
7171
testpaths = ["tests"]

0 commit comments

Comments
 (0)