mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-31 15:48:22 +00:00
Add comment to ecoystem check re. ALL rules (#6943)
This commit is contained in:
parent
af61abc747
commit
9ad67b0758
1 changed files with 3 additions and 0 deletions
|
@ -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"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue