mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-30 05:45:24 +00:00
Run automatically format code blocks with Black (#3191)
This commit is contained in:
parent
386ca7c9a1
commit
d285f5c90a
66 changed files with 420 additions and 394 deletions
|
@ -81,9 +81,9 @@ pub enum InvalidDocumentError {
|
|||
StartTagMissing { kind: TagKind },
|
||||
|
||||
/// Expected a specific start tag but instead is:
|
||||
/// * at the end of the document
|
||||
/// * at another start tag
|
||||
/// * at an end tag
|
||||
/// - at the end of the document
|
||||
/// - at another start tag
|
||||
/// - at an end tag
|
||||
ExpectedStart {
|
||||
expected_start: TagKind,
|
||||
actual: ActualStart,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue