Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pyflakes] stabilize raising F822 in __init__.py files. #15411

Closed
wants to merge 1 commit into from

Conversation

hassec
Copy link
Contributor

@hassec hassec commented Jan 10, 2025

Summary

Stabilize raising F822 in __init__.py files.
This has been in preview since #11370 which was first released in v0.4.7

Test Plan

Since this is now tested as part of the normal __init__.py file test, as seen by the change to ruff_linter__rules__pyflakes__tests__init.snap, I've removed the preview specific one, which would now be redundant.

Copy link
Contributor

ruff-ecosystem results

Linter (stable)

ℹ️ ecosystem check detected linter changes. (+411 -0 violations, +0 -0 fixes in 5 projects; 50 projects unchanged)

PostHog/HouseWatch (+1 -0 violations, +0 -0 fixes)

+ housewatch/tasks/__init__.py:5:43: F822 Undefined name `customer_report` in `__all__`

apache/airflow (+7 -0 violations, +0 -0 fixes)

ruff check --no-cache --exit-zero --ignore RUF9 --no-fix --output-format concise --no-preview --select ALL

+ airflow/datasets/__init__.py:61:12: F822 Undefined name `Dataset` in `__all__`
+ airflow/datasets/__init__.py:61:23: F822 Undefined name `DatasetAlias` in `__all__`
+ airflow/datasets/__init__.py:61:39: F822 Undefined name `DatasetAll` in `__all__`
+ airflow/datasets/__init__.py:61:53: F822 Undefined name `DatasetAny` in `__all__`
+ airflow/datasets/__init__.py:61:67: F822 Undefined name `expand_alias_to_datasets` in `__all__`
+ providers/src/airflow/providers/cncf/kubernetes/utils/__init__.py:19:12: F822 Undefined name `xcom_sidecar` in `__all__`
+ providers/src/airflow/providers/cncf/kubernetes/utils/__init__.py:19:28: F822 Undefined name `pod_manager` in `__all__`

langchain-ai/langchain (+374 -0 violations, +0 -0 fixes)

+ libs/community/langchain_community/llms/__init__.py:1000:5: F822 Undefined name `You` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:899:5: F822 Undefined name `AI21` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:900:5: F822 Undefined name `AlephAlpha` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:901:5: F822 Undefined name `AmazonAPIGateway` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:902:5: F822 Undefined name `Anthropic` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:903:5: F822 Undefined name `Anyscale` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:904:5: F822 Undefined name `Aphrodite` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:905:5: F822 Undefined name `Arcee` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:906:5: F822 Undefined name `Aviary` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:907:5: F822 Undefined name `AzureMLOnlineEndpoint` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:908:5: F822 Undefined name `AzureOpenAI` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:909:5: F822 Undefined name `BaichuanLLM` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:910:5: F822 Undefined name `Banana` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:911:5: F822 Undefined name `Baseten` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:912:5: F822 Undefined name `Beam` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:913:5: F822 Undefined name `Bedrock` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:914:5: F822 Undefined name `CTransformers` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:915:5: F822 Undefined name `CTranslate2` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:916:5: F822 Undefined name `CerebriumAI` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:917:5: F822 Undefined name `ChatGLM` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:918:5: F822 Undefined name `Clarifai` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:919:5: F822 Undefined name `Cohere` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:920:5: F822 Undefined name `Databricks` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:921:5: F822 Undefined name `DeepInfra` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:922:5: F822 Undefined name `DeepSparse` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:923:5: F822 Undefined name `EdenAI` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:924:5: F822 Undefined name `FakeListLLM` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:925:5: F822 Undefined name `Fireworks` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:926:5: F822 Undefined name `ForefrontAI` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:927:5: F822 Undefined name `Friendli` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:928:5: F822 Undefined name `GPT4All` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:929:5: F822 Undefined name `GigaChat` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:930:5: F822 Undefined name `GooglePalm` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:931:5: F822 Undefined name `GooseAI` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:932:5: F822 Undefined name `GradientLLM` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:933:5: F822 Undefined name `HuggingFaceEndpoint` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:934:5: F822 Undefined name `HuggingFaceHub` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:935:5: F822 Undefined name `HuggingFacePipeline` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:936:5: F822 Undefined name `HuggingFaceTextGenInference` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:937:5: F822 Undefined name `HumanInputLLM` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:938:5: F822 Undefined name `IpexLLM` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:939:5: F822 Undefined name `JavelinAIGateway` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:940:5: F822 Undefined name `KoboldApiLLM` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:941:5: F822 Undefined name `Konko` in `__all__`
+ libs/community/langchain_community/llms/__init__.py:942:5: F822 Undefined name `LlamaCpp` in `__all__`
... 329 additional changes omitted for project

pandas-dev/pandas (+2 -0 violations, +0 -0 fixes)

+ pandas/core/internals/__init__.py:11:5: F822 Undefined name `ExtensionBlock` in `__all__`
+ pandas/core/internals/__init__.py:9:5: F822 Undefined name `Block` in `__all__`

astropy/astropy (+27 -0 violations, +0 -0 fixes)

+ astropy/__init__.py:18:5: F822 Undefined name `config` in `__all__`
+ astropy/__init__.py:19:5: F822 Undefined name `constants` in `__all__`
+ astropy/__init__.py:20:5: F822 Undefined name `convolution` in `__all__`
+ astropy/__init__.py:21:5: F822 Undefined name `coordinates` in `__all__`
+ astropy/__init__.py:22:5: F822 Undefined name `cosmology` in `__all__`
+ astropy/__init__.py:23:5: F822 Undefined name `io` in `__all__`
+ astropy/__init__.py:24:5: F822 Undefined name `modeling` in `__all__`
+ astropy/__init__.py:25:5: F822 Undefined name `nddata` in `__all__`
+ astropy/__init__.py:26:5: F822 Undefined name `samp` in `__all__`
+ astropy/__init__.py:27:5: F822 Undefined name `stats` in `__all__`
... 17 additional changes omitted for project

Changes by rule (1 rules affected)

code total + violation - violation + fix - fix
F822 411 411 0 0 0

Linter (preview)

✅ ecosystem check detected no linter changes.

@MichaReiser MichaReiser added the breaking Breaking API change label Jan 11, 2025
@MichaReiser
Copy link
Member

MichaReiser commented Jan 11, 2025

Thanks. We intended to stabilize this feature as part of 0.8 but realized it's blocked by resolving #12897. We need to resolve this issue before we consider stabilizing it in the next minor.

@hassec
Copy link
Contributor Author

hassec commented Jan 16, 2025

@MichaReiser now that #12897 is fixed, would you be open to reopening this PR?

@MichaReiser
Copy link
Member

We tend to wait about a month after the last "significant" change is made to a preview feature before stabilizing it as part of the next minor. I suggest to leave it closed because there's nothing actionable we can do with the PR before we start working on 0.10, which is roughly in 2 months.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaking API change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants