Skip to content

Commit

Permalink
Remove comma from ecosystem checks (#11466)
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
charliermarsh committed May 19, 2024
1 parent cfceb43 commit dd6d411
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion python/ruff-ecosystem/ruff_ecosystem/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
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(
Expand Down
1 change: 0 additions & 1 deletion scripts/check_ecosystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ async def _get_commit(self: Self, checkout_dir: Path) -> str:
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"),
Expand Down

0 comments on commit dd6d411

Please sign in to comment.