mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 10:48:32 +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
|
@ -126,8 +126,7 @@ REPOSITORIES: list[Repository] = [
|
|||
Repository("binary-husky", "gpt_academic", "master"),
|
||||
Repository("bloomberg", "pytest-memray", "main"),
|
||||
Repository("bokeh", "bokeh", "branch-3.3", 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
|
||||
# Repository("demisto", "content", "master"),
|
||||
Repository("docker", "docker-py", "main"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue