mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-25 12:55:17 +00:00
Enable more non-panicking formatter tests (#3262)
This commit is contained in:
parent
270015865b
commit
16be691712
9 changed files with 3282 additions and 7 deletions
|
@ -75,13 +75,7 @@ mod tests {
|
|||
pattern = "resources/test/fixtures/black/**/*.py",
|
||||
// Excluded tests because they reach unreachable when attaching tokens
|
||||
exclude = [
|
||||
"*comments.py",
|
||||
"*comments[3,5,8].py",
|
||||
"*comments_non_breaking_space.py",
|
||||
"*docstring_preview.py",
|
||||
"*docstring.py",
|
||||
"*fmtonoff.py",
|
||||
"*fmtskip8.py",
|
||||
"*comments8.py",
|
||||
])
|
||||
]
|
||||
#[test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue