Restore RUF ignore

This commit is contained in:
Zanie 2023-08-29 13:54:38 -05:00
parent e09dfabc8c
commit f83ae012b8
1 changed files with 2 additions and 2 deletions

View File

@ -192,8 +192,8 @@ fn test_ruff_black_compatibility() -> Result<()> {
// Exclude ruff codes, specifically RUF100, because it causes differences that are not a
// problem. Ruff would add a `# noqa: W292` after the first run, black introduces a
// newline, and ruff removes the `# noqa: W292` again.
// "--ignore",
// "RUF",
"--ignore",
"RUF",
];
let mut results = vec![];