mirror of
https://github.com/astral-sh/ruff
synced 2026-01-07 22:54:28 -05: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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user