mirror of
https://github.com/astral-sh/ruff
synced 2026-01-07 06:34:07 -05:00
Remove the deprecated E999 rule code (#14428)
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user