mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-07 21:25:08 +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
|
@ -221,7 +221,7 @@ class CheckOptions(CommandOptions):
|
|||
if self.exclude:
|
||||
args.extend(["--exclude", self.exclude])
|
||||
if self.show_fixes:
|
||||
args.extend(["--show-fixes", "--ecosystem-ci"])
|
||||
args.extend(["--show-fixes"])
|
||||
return args
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue