mirror of
https://github.com/astral-sh/ruff.git
synced 2025-11-01 04:18:05 +00:00
Remove ecosystem_ci flag from Ruff CLI (#12596)
## Summary @zanieb noticed while we were discussing #12595 that this flag is now unnecessary, so remove it and the flags which reference it. ## Test Plan Question for maintainers: is there a test to add *or* remove here? (I’ve opened this as a draft PR with that in view!)
This commit is contained in:
parent
a44d579f21
commit
c1bc7f4dee
4 changed files with 2 additions and 14 deletions
|
|
@ -191,7 +191,7 @@ async def check(
|
|||
if exclude:
|
||||
ruff_args.extend(["--exclude", exclude])
|
||||
if show_fixes:
|
||||
ruff_args.extend(["--show-fixes", "--ecosystem-ci"])
|
||||
ruff_args.extend(["--show-fixes"])
|
||||
|
||||
start = time.time()
|
||||
proc = await create_subprocess_exec(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue