From 88bf2ac43ff22522b54b8e1489983844a06b8f04 Mon Sep 17 00:00:00 2001 From: Zanie Date: Fri, 27 Oct 2023 15:48:21 -0500 Subject: [PATCH] Lint --- python/ruff-ecosystem/ruff_ecosystem/check.py | 2 +- python/ruff-ecosystem/ruff_ecosystem/defaults.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/ruff-ecosystem/ruff_ecosystem/check.py b/python/ruff-ecosystem/ruff_ecosystem/check.py index dbaa9096bf..becf357cee 100644 --- a/python/ruff-ecosystem/ruff_ecosystem/check.py +++ b/python/ruff-ecosystem/ruff_ecosystem/check.py @@ -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 = ( diff --git a/python/ruff-ecosystem/ruff_ecosystem/defaults.py b/python/ruff-ecosystem/ruff_ecosystem/defaults.py index 0627d563c0..16db062715 100644 --- a/python/ruff-ecosystem/ruff_ecosystem/defaults.py +++ b/python/ruff-ecosystem/ruff_ecosystem/defaults.py @@ -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 = [