mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-07 21:25:08 +00:00
Remove the deprecated E999
rule code (#14428)
This commit is contained in:
parent
c400725713
commit
e9079e7d95
8 changed files with 18 additions and 47 deletions
|
@ -34,8 +34,7 @@ DEFAULT_TARGETS = [
|
|||
repo=Repository(owner="bokeh", name="bokeh", ref="branch-3.3"),
|
||||
check_options=CheckOptions(select="ALL"),
|
||||
),
|
||||
# Disabled due to use of explicit `select` with `E999`, which is no longer
|
||||
# supported in `--preview`.
|
||||
# Disabled due to use of explicit `select` with `E999`, which has been removed.
|
||||
# See: https://github.com/astral-sh/ruff/pull/12129
|
||||
# Project(
|
||||
# repo=Repository(owner="demisto", name="content", ref="master"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue