mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 10:48:32 +00:00
Remove comma from ecosystem checks (#11466)
## Summary Something's up with this repo -- they added a post-checkout hook? So let's just remove it for now. We should go through and add a new batch of repositories some time.
This commit is contained in:
parent
cfceb437a8
commit
dd6d411026
2 changed files with 0 additions and 2 deletions
|
@ -30,7 +30,6 @@ DEFAULT_TARGETS = [
|
|||
repo=Repository(owner="bokeh", name="bokeh", ref="branch-3.3"),
|
||||
check_options=CheckOptions(select="ALL"),
|
||||
),
|
||||
Project(repo=Repository(owner="commaai", name="openpilot", ref="master")),
|
||||
Project(
|
||||
repo=Repository(owner="demisto", name="content", ref="master"),
|
||||
format_options=FormatOptions(
|
||||
|
|
|
@ -124,7 +124,6 @@ REPOSITORIES: list[Repository] = [
|
|||
Repository("aws", "aws-sam-cli", "develop"),
|
||||
Repository("bloomberg", "pytest-memray", "main"),
|
||||
Repository("bokeh", "bokeh", "branch-3.3", select="ALL"),
|
||||
Repository("commaai", "openpilot", "master"),
|
||||
Repository("demisto", "content", "master"),
|
||||
Repository("docker", "docker-py", "main"),
|
||||
Repository("freedomofpress", "securedrop", "develop"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue