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

Remove unnecessary warning for config in plugin #9039

Merged
merged 2 commits into from Mar 18, 2024

Conversation

dmontagu
Copy link
Contributor

Closes #9021

@@ -105,6 +104,8 @@ def build(self) -> List[Union[Tuple[str, str], Any]]:
# One-off cases
+ [
('mypy-plugin.ini', 'custom_constructor.py'),
('mypy-plugin.ini', 'config_conditional_extra.py'),
('mypy-plugin.ini', 'plugin_optional_inheritance.py'),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just moved this down here to reduce the number of mypy tests by 1, since I added this yesterday and forgot I could add it down here instead of above to reduce the number of runs.

Copy link

cloudflare-pages bot commented Mar 18, 2024

Deploying pydantic-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: ae033f0
Status: ✅  Deploy successful!
Preview URL: https://272088d2.pydantic-docs2.pages.dev
Branch Preview URL: https://dmontagu-fix-unnecessary-con.pydantic-docs2.pages.dev

View logs

Copy link

codspeed-hq bot commented Mar 18, 2024

CodSpeed Performance Report

Merging #9039 will not alter performance

Comparing dmontagu/fix-unnecessary-config-warning-in-plugin (ae033f0) with main (26a2f06)

Summary

✅ 10 untouched benchmarks

@sydney-runkle sydney-runkle added the relnotes-fix Used for bugfixes. label Mar 18, 2024
@sydney-runkle sydney-runkle merged commit 09f4456 into main Mar 18, 2024
54 of 55 checks passed
@sydney-runkle sydney-runkle deleted the dmontagu/fix-unnecessary-config-warning-in-plugin branch March 18, 2024 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
relnotes-fix Used for bugfixes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

False positive 'Invalid value for "Config.extra" [pydantic-config]'
2 participants