forked from github/pelican
More ruff fixes in files: stop ignoring C408, UP007, PLR5501, B006
This commit is contained in:
parent
3624bcdbf4
commit
7577dd7603
16 changed files with 72 additions and 82 deletions
|
|
@ -591,7 +591,7 @@ class MdReaderTest(ReaderTest):
|
|||
"modified": SafeDatetime(2012, 11, 1),
|
||||
"multiline": [
|
||||
"Line Metadata should be handle properly.",
|
||||
"See syntax of Meta-Data extension of " "Python Markdown package:",
|
||||
"See syntax of Meta-Data extension of Python Markdown package:",
|
||||
"If a line is indented by 4 or more spaces,",
|
||||
"that line is assumed to be an additional line of the value",
|
||||
"for the previous keyword.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue