Skip to content

Commit

Permalink
Add comment to ecoystem check re. ALL rules (#6943)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb authored Aug 28, 2023
1 parent af61abc commit 9ad67b0
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 instead of all rules to avoid
# noisy reports when new rules are added; 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 9ad67b0

Please sign in to comment.