mirror of https://github.com/astral-sh/ruff
Add comment to ecoystem check re. ALL rules (#6943)
This commit is contained in:
parent
af61abc747
commit
9ad67b0758
|
|
@ -105,6 +105,9 @@ class Repository(NamedTuple):
|
||||||
return git_sha_stdout.decode().strip()
|
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] = [
|
REPOSITORIES: list[Repository] = [
|
||||||
Repository("DisnakeDev", "disnake", "master"),
|
Repository("DisnakeDev", "disnake", "master"),
|
||||||
Repository("PostHog", "HouseWatch", "main"),
|
Repository("PostHog", "HouseWatch", "main"),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue