chore: Satisfy flake8
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Glen Whitney 2021-02-09 09:21:15 -08:00
parent 92bf9be90b
commit 216a2bdeb5
1 changed files with 5 additions and 3 deletions

View File

@ -20,7 +20,7 @@ import yaml
class StreamInclusion(StreamExtract): class StreamInclusion(StreamExtract):
""" md An extension of the StreamExtract class which adds r""" md An extension of the StreamExtract class which adds
### Inclusion syntax ### Inclusion syntax
@ -36,7 +36,8 @@ enclosed in single or double quotes. Note that FILENAME is interpreted relative
to the directory in which the file containing the `{! .. !}` expression to the directory in which the file containing the `{! .. !}` expression
resides. The YAML is interpreted exactly as the extraction options to a resides. The YAML is interpreted exactly as the extraction options to a
`semiliterate` item as `semiliterate` item as
[documented](https://athackst.github.io/mkdocs-simple-plugin/mkdocs_simple_plugin/plugin/index.html#semiliterate) [documented](https://athackst.github.io/mkdocs-simple-plugin/
mkdocs_simple_plugin/plugin/index.html#semiliterate)
for the `simple` extension. The text extracted from FILENAME for the `simple` extension. The text extracted from FILENAME
is interpolated at the current location in the file currently being written. is interpolated at the current location in the file currently being written.
Recursive inclusion is supported. Recursive inclusion is supported.
@ -61,7 +62,8 @@ to take advantage of the beginning of the `setup.cfg` file:
(and of course both of the code snippets just above are extracted into this (and of course both of the code snippets just above are extracted into this
page with `{! ... !}`, as you can see in the page with `{! ... !}`, as you can see in the
[source code](https://code.studioinfinity.org/glen/mkdocs-semiliterate/src/branch/main/mkdocs_semiliterate/plugin.py) [source code](https://code.studioinfinity.org/glen/mkdocs-semiliterate/src/
branch/main/mkdocs_semiliterate/plugin.py)
for the plugin.) for the plugin.)
Note that a `{! ... !}` directive must be in a line that semiliterate would Note that a `{! ... !}` directive must be in a line that semiliterate would