Remove format ignore lines re

This commit is contained in:
Zanie
2023-10-27 12:29:36 -05:00
parent 05ab316609
commit 5f28912a0d

View File

@@ -22,9 +22,6 @@ if TYPE_CHECKING:
from ruff_ecosystem.projects import ClonedRepository
FORMAT_IGNORE_LINES = re.compile("^warning: `ruff format` is a work-in-progress.*")
def markdown_format_result(result: Result) -> str:
lines = []
total_lines_removed = total_lines_added = 0