File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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]
7171testpaths = ["tests"]
You can’t perform that action at this time.
0 commit comments