mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-03 15:15:33 +00:00
[pydocstyle
] Avoid non-character breaks in over-indentation
(D208
) (#8866)
Closes https://github.com/astral-sh/ruff/issues/8844.
This commit is contained in:
parent
60eb11fa50
commit
ed14fd9163
4 changed files with 77 additions and 6 deletions
|
@ -46,6 +46,7 @@ mod tests {
|
|||
#[test_case(Rule::NoBlankLineBeforeFunction, Path::new("D.py"))]
|
||||
#[test_case(Rule::BlankLinesBetweenHeaderAndContent, Path::new("sections.py"))]
|
||||
#[test_case(Rule::OverIndentation, Path::new("D.py"))]
|
||||
#[test_case(Rule::OverIndentation, Path::new("D208.py"))]
|
||||
#[test_case(Rule::NoSignature, Path::new("D.py"))]
|
||||
#[test_case(Rule::SurroundingWhitespace, Path::new("D.py"))]
|
||||
#[test_case(Rule::DocstringStartsWithThis, Path::new("D.py"))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue