Skip to content

Commit e22e50d

Browse files
committed
fixup literalinclude endings
1 parent 434efa8 commit e22e50d

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)