Skip to content

Commit

Permalink
Add comment to ecoystem check re. ALL rules
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Aug 28, 2023
1 parent 2893a9f commit 1a37ee4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/check_ecosystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ async def _get_commit(self: Self, checkout_dir: Path) -> str:
return git_sha_stdout.decode().strip()


# Repositories to check
# We check most repositories with the default ruleset by default to avoid noisy reports
# See https://github.com/astral-sh/ruff/pull/3590
REPOSITORIES: list[Repository] = [
Repository("DisnakeDev", "disnake", "master"),
Repository("PostHog", "HouseWatch", "main"),
Expand Down

0 comments on commit 1a37ee4

Please sign in to comment.