Add comment to ecoystem check re. ALL rules (#6943)

This commit is contained in:
Zanie Blue 2023-08-28 11:28:36 -05:00 committed by GitHub
parent af61abc747
commit 9ad67b0758
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -105,6 +105,9 @@ class Repository(NamedTuple):
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"),