Skip to content

Commit 32b9bc8

Browse files
authored
Merge pull request #1 from ucodery/test-examples
fixup literalinclude endings
2 parents 434efa8 + e22e50d commit 32b9bc8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

package-structure-code/code-style-linting-format.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ Depending on your project, you might want to add the following to sort imports c
214214
:::{literalinclude} ../examples/pure-hatch/pyproject.toml
215215
:language: toml
216216
:start-at: [tool.ruff.isort]
217+
:end-before: [tool.pytest.ini_options]
217218
:::
218219

219220
## How to use code formatter in your local workflow

package-structure-code/pyproject-toml-python-package-metadata.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ Then specify dependency groups as follows:
195195
:::{literalinclude} ../examples/pure-hatch/pyproject.toml
196196
:language: toml
197197
:start-at: [project.optional-dependencies]
198+
:end-before: [tool.ruff]
198199
:::
199200

200201
Following the above example, you install dependencies like this:

0 commit comments

Comments
 (0)