This commit is contained in:
Zanie
2023-10-27 15:48:21 -05:00
parent 16e511a734
commit 88bf2ac43f
2 changed files with 2 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ def markdown_check_result(result: Result) -> str:
# Only errors
s = "s" if error_count != 1 else ""
lines.append(
f"\u2139\ufe0f ecosystem check **encounted linter errors**. (no lint changes; {error_count} project error{s})"
f"\u2139\ufe0f ecosystem check **encountered linter errors**. (no lint changes; {error_count} project error{s})"
)
else:
change_summary = (

View File

@@ -1,7 +1,7 @@
"""
Default projects for ecosystem checks
"""
from ruff_ecosystem.projects import CheckOptions, Project, Repository, FormatOptions
from ruff_ecosystem.projects import CheckOptions, FormatOptions, Project, Repository
# TODO(zanieb): Consider exporting this as JSON and loading from there instead
DEFAULT_TARGETS = [