Lint
This commit is contained in:
@@ -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 = (
|
||||
|
||||
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user