mirror of
https://github.com/astral-sh/ruff.git
synced 2025-11-01 04:18:05 +00:00
Remove demisto/content from ecosystem checks (#12129)
## Summary Unfortunately `demisto/content` uses an explicit `select` for `E999`, so it will _always_ fail in preview. And they're on a fairly old version. I'd like to keep checking it, but seems easiest for now to just disable it. In response, I've added a few new repos. --------- Co-authored-by: Dhruv Manilawala <dhruvmanila@gmail.com>
This commit is contained in:
parent
aaa6cabf3a
commit
eaf33d85ed
1 changed files with 9 additions and 2 deletions
|
|
@ -121,17 +121,23 @@ REPOSITORIES: list[Repository] = [
|
|||
Repository("aiven", "aiven-client", "main"),
|
||||
Repository("alteryx", "featuretools", "main"),
|
||||
Repository("apache", "airflow", "main", select="ALL"),
|
||||
Repository("apache", "superset", "master", select="ALL"),
|
||||
Repository("aws", "aws-sam-cli", "develop"),
|
||||
Repository("binary-husky", "gpt_academic", "master"),
|
||||
Repository("bloomberg", "pytest-memray", "main"),
|
||||
Repository("bokeh", "bokeh", "branch-3.3", select="ALL"),
|
||||
Repository("demisto", "content", "master"),
|
||||
# Disabled due to use of explicit `select` with `E999`, which is no longer
|
||||
# supported in `--preview`.
|
||||
# See: https://github.com/astral-sh/ruff/pull/12129
|
||||
# Repository("demisto", "content", "master"),
|
||||
Repository("docker", "docker-py", "main"),
|
||||
Repository("facebookresearch", "chameleon", "main"),
|
||||
Repository("freedomofpress", "securedrop", "develop"),
|
||||
Repository("fronzbot", "blinkpy", "dev"),
|
||||
Repository("binary-husky", "gpt_academic", "master"),
|
||||
Repository("ibis-project", "ibis", "master"),
|
||||
Repository("ing-bank", "probatus", "main"),
|
||||
Repository("jrnl-org", "jrnl", "develop"),
|
||||
Repository("langchain-ai", "langchain", "main"),
|
||||
Repository("latchbio", "latch", "main"),
|
||||
Repository("lnbits", "lnbits", "main"),
|
||||
Repository("milvus-io", "pymilvus", "master"),
|
||||
|
|
@ -146,6 +152,7 @@ REPOSITORIES: list[Repository] = [
|
|||
Repository("python", "mypy", "master"),
|
||||
Repository("python", "typeshed", "main", select="PYI"),
|
||||
Repository("python-poetry", "poetry", "master"),
|
||||
Repository("qdrant", "qdrant-client", "master"),
|
||||
Repository("reflex-dev", "reflex", "main"),
|
||||
Repository("rotki", "rotki", "develop"),
|
||||
Repository("scikit-build", "scikit-build", "main"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue